We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b56282 commit c9f78b2Copy full SHA for c9f78b2
1 file changed
.flake8
@@ -7,6 +7,8 @@ extend-ignore =
7
# See https://github.com/PyCQA/pycodestyle/issues/373
8
# flake8/pycodechecker give false positives on black code
9
E203,
10
+ # See https://github.com/peterjc/flake8-sfs
11
+ SFS,
12
13
# =====================
14
# flake-quote settings:
0 commit comments