Skip to content

Commit

Permalink
Merge pull request #137 from lsst/tickets/DM-17726-meas_base
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 6, 2019
2 parents 33ed0d9 + 1872f49 commit 0e05fd4
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,12 +1,12 @@
[flake8]
max-line-length = 110
# TODO: remove E266 when Task documentation is converted to rst in DM-14207.
ignore = E133, E226, E228, N802, N803, N806, E266, W504
ignore = E133, E226, E228, N802, N803, N806, E266, N812, N815, N816, W504
exclude = __init__.py, tests/testLib.py

[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
# TODO: remove E266 lines when Task documentation is converted to rst in DM-14207.
baseMeasurement.py E266
forcedMeasurement.py E266
Expand Down

0 comments on commit 0e05fd4

Please sign in to comment.