Skip to content

Commit 071ae41

Browse files
authored
maint(flake8): update settings in setup.cfg
1 parent fef4ac6 commit 071ae41

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,15 @@ parentdir_prefix =
8585
[flake8]
8686
max-line-length = 99
8787
doctests = False
88+
ignore =
89+
W503
8890
exclude =
8991
*build/
9092
docs/sphinxext/
9193
docs/tools/
92-
putty-ignore =
93-
*/__init__.py : +F401
94-
docs/conf.py : +E265
95-
/^\s*\.\. _.*?: http/ : +E501
94+
per-file-ignores =
95+
**/__init__.py : F401
96+
docs/conf.py : E265
9697

9798
[tool:pytest]
9899
norecursedirs = .git

0 commit comments

Comments
 (0)