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 09ff9aa commit 5fadffe
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ max-line-length = 110
max-doc-length = 79
ignore = E133, E226, E228, N802, N803, N806, N812, N815, N816, W503
exclude =
bin/*,
doc/*.py,
**/*/__init__.py,
**/*/version.py,
tests/.tests/
bin/*,
doc/*.py,
**/*/__init__.py,
**/*/version.py,
tests/.tests/

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

0 comments on commit 5fadffe

Please sign in to comment.