summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.flake88
-rw-r--r--misc/requirements/requirements-flake8.txt3
-rw-r--r--misc/requirements/requirements-flake8.txt-raw6
3 files changed, 2 insertions, 15 deletions
diff --git a/.flake8 b/.flake8
index 477271f29..0265c969b 100644
--- a/.flake8
+++ b/.flake8
@@ -23,18 +23,12 @@ exclude = .*,__pycache__,resources.py
# D402: First line should not be function's signature (false-positives)
# D403: First word of the first line should be properly capitalized
# (false-positives)
-# H101: Use TODO(NAME)
-# H201: bare except
-# H238: Use new-stule classes
-# H301: one import per line
-# H306: imports not in alphabetical order
ignore =
E128,E226,E265,E501,E402,E266,E731,
F401,
N802,
P101,P102,P103,
- D102,D103,D104,D105,D209,D211,D402,D403,
- H101,H201,H238,H301,H306
+ D102,D103,D104,D105,D209,D211,D402,D403
min-version = 3.4.0
max-complexity = 12
putty-auto-ignore = True
diff --git a/misc/requirements/requirements-flake8.txt b/misc/requirements/requirements-flake8.txt
index de5800609..fcea7b719 100644
--- a/misc/requirements/requirements-flake8.txt
+++ b/misc/requirements/requirements-flake8.txt
@@ -12,11 +12,8 @@ flake8-putty==0.4.0
flake8-string-format==0.2.3
flake8-tidy-imports==1.0.3
flake8-tuple==0.2.12
-hacking==0.11.0
mccabe==0.5.2
packaging==16.8
-pbr==1.10.0
-pep8==1.7.0
pep8-naming==0.4.1
pycodestyle==2.1.0
pydocstyle==1.1.1
diff --git a/misc/requirements/requirements-flake8.txt-raw b/misc/requirements/requirements-flake8.txt-raw
index b48efa1b5..984ec50ca 100644
--- a/misc/requirements/requirements-flake8.txt-raw
+++ b/misc/requirements/requirements-flake8.txt-raw
@@ -10,18 +10,14 @@ flake8-putty
flake8-string-format
flake8-tidy-imports
flake8-tuple
-hacking
pep8-naming
pydocstyle
pyflakes
-# Pinned to 1.5.7 by hacking otherwise
-pep8==1.7.0
-
# Pinned to 2.0.0 otherwise
pycodestyle==2.1.0
-# Waiting until hacking/flake8-tuple are updated
+# Waiting until flake8-putty updated
#@ filter: flake8 < 3.0.0
# https://github.com/JBKahn/flake8-debugger/issues/5