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 8411dac commit 3b3147e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
max-line-length = 110
ignore = E133, E226, E228, N802, N803, N806, N812, N815, N816, W503
exclude =
bin,
doc,
**/*/__init__.py,
**/*/version.py,
tests/.tests,
cfg/l1db-ap-pipe-sqlite.py
bin,
doc,
**/*/__init__.py,
**/*/version.py,
tests/.tests,
cfg/l1db-ap-pipe-sqlite.py

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

0 comments on commit 3b3147e

Please sign in to comment.