Skip to content

Commit

Permalink
Exclude the tools folder from flake8 checks.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
  • Loading branch information
bowlofeggs committed Aug 15, 2018
1 parent 764f3de commit 8528244
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
Expand Up @@ -14,7 +14,7 @@ width = 80
[flake8]
show-source = True
max-line-length = 100
exclude = .git,.tox,dist,*egg,build
exclude = .git,.tox,dist,*egg,build,tools
ignore = E712

[init_catalog]
Expand Down

0 comments on commit 8528244

Please sign in to comment.