Skip to content

Commit

Permalink
Add excludes to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravio1i committed Oct 24, 2021
1 parent a7aea5d commit fd65e71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[flake8]
max-line-length = 128
max-complexity = 18
exclude =
.git,
__pycache__,
docs/,
build,
dist,
.venv

0 comments on commit fd65e71

Please sign in to comment.