Skip to content

Commit

Permalink
ignore W504 in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Bossart committed Nov 1, 2018
1 parent 9d2f8a4 commit eabaad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pep8ignore =
dist/* ALL
sacred.egg-info/* ALL
[flake8]
ignore = D100,D101,D102,D103,D104,D105,D203,D401,F821,E722
ignore = D100,D101,D102,D103,D104,D105,D203,D401,F821,W504,E722
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
# AttributeError: 'module' object has no attribute 'PEP257Checker'

commands =
flake8 --ignore=W504 --max-complexity 10 sacred
flake8 --max-complexity 10 sacred

[testenv:coverage]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit eabaad8

Please sign in to comment.