summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake815
1 files changed, 7 insertions, 8 deletions
diff --git a/.flake8 b/.flake8
index 8884218..bdf0cfa 100644
--- a/.flake8
+++ b/.flake8
@@ -40,21 +40,20 @@ max-line-length = 100
extend-ignore =
E203,
E501,
- F401, # duplicate of pylint W0611 (unused-import)
- F821, # duplicate of pylint E0602 (undefined-variable)
- F841, # duplicate of pylint W0612 (unused-variable)
+ F401,
+ F821,
+ F841,
H,
- # Temporary disabled during initial adoption:
D103,
D104,
D200,
D205,
D400,
D401,
- S101, # Use of assert detected
- S404, # Consider possible security implications associated with subprocess module
- S602, # subprocess call with shell=True identified
- S603, # subprocess call
+ S101,
+ S404,
+ S602,
+ S603,
# Allow certain violations in certain files:
per-file-ignores =