diff --git a/.flake8 b/.flake8 index 537dfeff0..7027a4399 100644 --- a/.flake8 +++ b/.flake8 @@ -8,17 +8,6 @@ exclude = .venv,.hypothesis,.git,__pycache__,resources.py # E266: too many leading '#' for block comment # F401: Unused import # N802: function name should be lowercase -# L101: The __init__ method of classes must not have a docstring -# L102: A docstring was incorrectly formatted. -# L103: A test docstring must not start with any form of the words "test", ... -# L201: Container literals must have a trailing comma -# L202: print is not allowed except for debugging. -# L203: pdb and compatible modules are not allowed except for debugging. -# L204: Implicit string literal concatenation is only allowed if every string -# being concatenated is parenthesize -# L207: pass is only necessary in non-optional suites containing no other -# statements. -# L302: The line was too long. # P101: format string does contain unindexed parameters # P102: docstring does contain unindexed parameters # P103: other string does contain unindexed parameters @@ -41,7 +30,6 @@ ignore = E128,E226,E265,E501,E402,E266, F401, N802, - L101,L102,L103,L201,L202,L203,L204,L207,L302, P101,P102,P103, D102,D103,D104,D105,D209,D211,D402,D403, H101,H201,H238,H301,H306 diff --git a/misc/requirements/requirements-flake8.txt b/misc/requirements/requirements-flake8.txt index bc1881e1f..d9c7dba58 100644 --- a/misc/requirements/requirements-flake8.txt +++ b/misc/requirements/requirements-flake8.txt @@ -1,6 +1,5 @@ # This file is automatically generated by scripts/dev/recompile_requirements.py -ebb-lint==0.4.4 flake8==2.6.2 flake8-copyright==0.2.0 flake8-debugger==1.4.0 @@ -14,7 +13,6 @@ flake8-string-format==0.2.2 flake8-tidy-imports==1.0.2 flake8-tuple==0.2.11 hacking==0.11.0 -intervaltree==2.1.0 mccabe==0.5.0 packaging==16.7 pbr==1.10.0 @@ -26,5 +24,3 @@ pydocstyle==1.0.0 pyflakes==1.2.3 pyparsing==2.1.5 six==1.10.0 -sortedcontainers==1.5.3 -venusian==1.0 diff --git a/misc/requirements/requirements-flake8.txt-raw b/misc/requirements/requirements-flake8.txt-raw index bc181bae3..f1181cbc6 100644 --- a/misc/requirements/requirements-flake8.txt-raw +++ b/misc/requirements/requirements-flake8.txt-raw @@ -1,4 +1,3 @@ -ebb-lint flake8 flake8-copyright flake8-debugger