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 0022b6d commit bafe8a5Copy full SHA for bafe8a5
.flake8
@@ -2,6 +2,10 @@
2
ignore =
3
# Each of these rules are ignored for the explained reason.
4
5
+ # "whitespace before ':'"
6
+ # Black disagrees with this.
7
+ E203,
8
+
9
# "multiple spaces before operator"
10
# There are several typos here, but also several instances that are
11
# being used for alignment in dict keys/values using the `dict`
0 commit comments