We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4910ccb commit dd2eaf6Copy full SHA for dd2eaf6
1 file changed
setup.cfg
@@ -5,6 +5,7 @@ exclude=docs
5
[flake8]
6
line_length=88
7
exclude=docs
8
+ignore = E203, E501, W503
9
10
[isort]
11
0 commit comments