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 e7c39fa commit 4589e98Copy full SHA for 4589e98
.flake8
@@ -4,7 +4,7 @@ max-line-length = 120
4
# C408 ignored because we like the dict keyword argument syntax
5
# E501 is not flexible enough, we're using B950 instead
6
ignore =
7
- E203,E305,E402,E501,E721,E741,F405,F821,F841,F999,W503,W504,C408,E302,W291,E303,
+ E203,E305,E402,E501,E704,E721,E741,F405,F821,F841,F999,W503,W504,C408,E302,W291,E303,
8
# shebang has extra meaning in fbcode lints, so I think it's not worth trying
9
# to line this up with executable bit
10
EXE001,
0 commit comments