Skip to content

Commit

Permalink
Update flake8/pytest sections in setup.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 10, 2023
1 parent 1ff3999 commit dc81be3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
[flake8]
max-line-length = 110
ignore = E133, E226, E228, N802, N803, N806, E266, N812, N813, N815, N816, W503
# TODO: remove E266 when Task documentation is converted to rst in DM-14207.
exclude =
bin,
doc/conf.py,
**/*/__init__.py,
**/*/version.py,
tests/data/*
bin,
doc/conf.py,
**/*/__init__.py,
**/*/version.py,
tests/data/*

[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 N802 N803 N806 N812 N813 N815 N816 W503
# TODO: remove E266 lines when Task documentation is converted to rst in DM-14207.
tests/data/*
astrometry.py E266
fitTanSipWcs.py E266
ref_match.py E266

0 comments on commit dc81be3

Please sign in to comment.