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 d4a8564 commit 19c5fe4Copy full SHA for 19c5fe4
.flake8
@@ -1,5 +1,6 @@
1
[flake8]
2
-ignore = E203, E266, E501, W503
+# B905 should be enabled when we drop support for 3.9
3
+ignore = E203, E266, E501, W503, B905
4
# line length is intentionally set to 80 here because black uses Bugbear
5
# See https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length for more details
6
max-line-length = 80
0 commit comments