Skip to content

Commit

Permalink
Merge pull request #76 from lsst/tickets/DM-23173-obs_test
Browse files Browse the repository at this point in the history
DM-23173: Add W503 to setup.cfg
  • Loading branch information
r-owen committed Apr 27, 2020
2 parents 0d9f9cd + 360b730 commit 2d43a51
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, N802, N803, N806, N812, N815, N816
ignore = E133, E226, E228, N802, N803, N806, N812, N815, N816, W503
exclude =
__init__.py,
config/*
tests/data/*

[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 N802 N803 N806 N812 N815 N816
flake8-ignore = E133 E226 E228 N802 N803 N806 N812 N815 N816 W503

0 comments on commit 2d43a51

Please sign in to comment.