Skip to content

Commit

Permalink
Add Flake8 configuration to setup.cfg
Browse files Browse the repository at this point in the history
Includes the max line length of 120 and excludes some auto generated
python files
  • Loading branch information
joelvai committed Apr 9, 2019
1 parent 64bea5a commit ecd180b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
description-file=README.md
[aliases]
test=pytest
[flake8]
max-line-length = 120
count = true
statistics = true
exclude =
dexbot/views/ui/,
dexbot/resources/

0 comments on commit ecd180b

Please sign in to comment.