Skip to content

Commit

Permalink
Fix flake8 CI error, ignore package build directories
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jun 30, 2022
1 parent 389d75b commit 9fb442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
exclude = docs
exclude = docs,build,dist
ignore = E203,E266,E402,E501,W503,F401,C901
max-line-length = 88
max-complexity = 18
Expand Down

0 comments on commit 9fb442f

Please sign in to comment.