Skip to content

Commit

Permalink
Merge pull request #62 from lsst/tickets/DM-17726-ap_verify
Browse files Browse the repository at this point in the history
DM-17726: Ignore N812, N815, N816 flake8 warnings
  • Loading branch information
timj committed Feb 8, 2019
2 parents 4698db1 + d803ee2 commit f24e082
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, W504
ignore = E133, E226, E228, N802, N803, N806, N812, N815, N816, W504
exclude =
bin,
config,
Expand All @@ -11,7 +11,7 @@ exclude =

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

0 comments on commit f24e082

Please sign in to comment.