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 7d96536 commit 0994e08Copy full SHA for 0994e08
.flake8
@@ -10,4 +10,5 @@ ignore =
10
W504,
11
12
# black disagrees with flake8, and inserts whitespace
13
- E203, # whitespace before ':'
+ # E203: whitespace before ':'
14
+ E203,
0 commit comments