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

[tool:pytest]
addopts = --flake8
flake8-ignore = E133 E226 E228 N802 N803 N806 N812 N813 N815 N816 W503
configs/*.py ALL
bin/* ALL
DATA*/* ALL

0 comments on commit 06a6be1

Please sign in to comment.