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

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

0 comments on commit 12af59d

Please sign in to comment.