Skip to content

Commit

Permalink
add flake8 guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Dec 3, 2024
1 parent a778059 commit 12f8998
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[flake8]
max-line-length = 130
ignore = W504, W503, E266, D, BLK
exclude =
.git,
__pycache__,
__init__.py,
scratch_*.py,
tutorial_script.py,
venv,
test_imports.py,
build,
dist,
brainbox/examples/

0 comments on commit 12f8998

Please sign in to comment.