1 parent e89ca48 commit 3573632Copy full SHA for 3573632
1 file changed
.flake8
@@ -10,6 +10,7 @@
10
# flake8-commas: C#### (in case installed locally)
11
# flake8-black : BLK### (in case installed locally)
12
# flake8-pie : PIE### (in case installed locally)
13
+# flake8-sfs : SFS### (in case installed locally)
14
# =================================================
15
[flake8]
16
doctests = True
@@ -41,6 +42,7 @@ ignore =
41
42
# Optional ignores for local installations:
43
# =========================================
44
PIE781, # Assigning to temp variable and then returning, not enforcing
45
+ SFS101,SFS301, # typical string formatting
46
47
# ========================
48
# Folder specific ignores:
0 commit comments