Skip to content

Commit

Permalink
Merge 56a56f7 into 57b00b1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Nov 22, 2018
2 parents 57b00b1 + 56a56f7 commit 26f388c
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 26f388c

Please sign in to comment.