Skip to content

Commit

Permalink
Add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Brickhouse committed Jul 12, 2022
1 parent 06f6121 commit cac8c3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[flake8]
exclude =
.git,
__pycache__,
docs/conf.py,
old,
build,
dist,
dev,
tests
max-complexity = 10

0 comments on commit cac8c3e

Please sign in to comment.