Skip to content

Commit

Permalink
Merge pull request #1063 from kaste/setup-for-flake8
Browse files Browse the repository at this point in the history
Include flake8 config for convenience
  • Loading branch information
stoivo committed Dec 11, 2018
2 parents f27c0af + 56a56f7 commit b20c7f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@
count = False
ignore = E401, W503, W504
max-line-length = 120
exclude =
tests/mockito,
tests/parameterized/,
.svn,CVS,.bzr,.hg,.git

[flake8]
max-line-length = 120
ignore =
E401,
D,
W503,
W504
exclude =
tests/mockito,
tests/parameterized/,
.svn,CVS,.bzr,.hg,.git

0 comments on commit b20c7f3

Please sign in to comment.