Skip to content

Commit

Permalink
Merge pull request #50 from lsst/tickets/DM-16296-ap_verify
Browse files Browse the repository at this point in the history
DM-16296: Ignore W504
  • Loading branch information
timj committed Oct 25, 2018
2 parents 5efc332 + a6637c9 commit 0560dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 110
ignore = E133, E226, E228, N802, N803, N806
ignore = E133, E226, E228, N802, N803, N806, W504
exclude =
bin,
config,
Expand All @@ -11,7 +11,7 @@ exclude =

[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 N802 N803 N806
flake8-ignore = E133 E226 E228 N802 N803 N806 W504
# For some reason pytest-flake8 doesn't use `exclude` consistently
bin/*.py ALL
config/*.py ALL
Expand Down

0 comments on commit 0560dca

Please sign in to comment.