Skip to content

Commit

Permalink
new: pkg: added flake8 configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaab committed Apr 27, 2018
1 parent 1f7ab50 commit 2e72cd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ extra_files =
scripts =
shyaml


[flake8]
ignore = E265,W391,E262,E126,E127
max-line-length = 80
max-complexity = 15

0 comments on commit 2e72cd4

Please sign in to comment.