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 a11c0cc commit 501bfa5Copy full SHA for 501bfa5
.flake8
@@ -1,9 +1,17 @@
1
[flake8]
2
ignore =
3
- E501 # line too long, defer to black
4
- W503 # allow line breaks before binary ops
5
- W504 # allow line breaks after binary ops
6
- E203 # allow whitespace before ':' (https://github.com/psf/black#slices)
+ # line too long, defer to black
+ E501
+
+ # allow line breaks before binary ops
7
+ W503
8
9
+ # allow line breaks after binary ops
10
+ W504
11
12
+ # allow whitespace before ':' (https://github.com/psf/black#slices)
13
+ E203
14
15
exclude =
16
.bzr
17
.git
0 commit comments