Skip to content

Commit

Permalink
Merge pull request #17 from lsst/tickets/DM-17762-synpipe
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 0d00823 + b413903 commit 4cec79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- python -*-
from lsst.sconsUtils import scripts

scripts.BasicSConstruct("synpipe")
scripts.BasicSConstruct("synpipe", disableCc=True)
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[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 = __init__.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

0 comments on commit 4cec79c

Please sign in to comment.