Skip to content

Commit 1fbf2c6

Browse files
committed
Adding W503 to ignored issues
Signed-off-by: Fabian Haase <[email protected]>
1 parent ffa7f51 commit 1fbf2c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ exclude =
3131
env # exclude asv benchmark environments from linting
3232

3333
[flake8-rst]
34-
ignore = E402
34+
ignore = E402, # module level import not at top of file
35+
W503, # line break before binary operator
3536
exclude =
3637
doc/source/whatsnew/*.rst
3738
doc/source/advanced.rst

0 commit comments

Comments
 (0)