Skip to content

Commit 8e796a5

Browse files
authored
maint(pep8): make pep8speaks stricter [skip ci]
1 parent 7e4bce7 commit 8e796a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ parentdir_prefix =
9696
[flake8]
9797
max-line-length = 99
9898
doctests = False
99-
exclude=
99+
ignore =
100+
W503
101+
exclude =
100102
*build/
101103
*/.afq/*
102104
docs/
103-
select = C,E,F,W,B,B950
104-
ignore = N802,N806,W504,E203
105105

106106
[tool:pytest]
107107
norecursedirs = .* _*

0 commit comments

Comments
 (0)