Skip to content

Commit

Permalink
add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Aug 23, 2023
1 parent c2b33b4 commit 131c3dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[flake8]
ignore = E501, E302
exclude =
# No need to traverse our git directory
.git,
# There's no value in checking cache directories
__pycache__,
# The conf file is mostly autogenerated, ignore it
docs/source/conf.py,
# This contains our built documentation
build,
max-complexity = 10

0 comments on commit 131c3dc

Please sign in to comment.