Skip to content

Commit 2161244

Browse files
committed
Update flake8/pytest sections in setup.cfg.
1 parent 7c1e9d2 commit 2161244

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

setup.cfg

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ max-line-length = 110
33
max-doc-length = 79
44
ignore = E133, E226, E228, N802, N803, N806, N812, N813, N815, N816, W503
55
exclude =
6-
bin,
7-
doc/conf.py,
8-
**/*/__init__.py,
9-
**/*/version.py,
10-
tests/.tests
6+
bin,
7+
doc/conf.py,
8+
**/*/__init__.py,
9+
**/*/version.py,
10+
tests/.tests
1111

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

0 commit comments

Comments
 (0)