We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea54d06 commit 3e99c60Copy full SHA for 3e99c60
.flake8
@@ -8,5 +8,6 @@ exclude =
8
labpdfproc/_version.py,
9
doc/manual/source/conf.py
10
max-line-length = 115
11
-# Ignore some style 'errors' produced while formatting by 'black'
12
-ignore = W503
+# Ignore some style 'errors' produced while formatting by 'black' (see link below)
+# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
13
+ignore = E203, E701
0 commit comments