Skip to content

Commit

Permalink
Ignore N812, N815, N816 flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 5, 2019
1 parent 0339fee commit 99154c9
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,11 +1,11 @@
[flake8]
max-line-length = 110
ignore = E133, E226, E228, E251, N802, N803, N806, W504
ignore = E133, E226, E228, E251, N802, N803, N806, N812, N815, N816, W504
exclude = __init__.py, config/*.py, suprimecam/* hsc/*, bin/*

[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 E251 N802 N803 N806 W504
flake8-ignore = E133 E226 E228 E251 N802 N803 N806 N812 N815 N816 W504
config/*.py ALL
suprimecam/* ALL
hsc/* ALL
Expand Down

0 comments on commit 99154c9

Please sign in to comment.