Skip to content
Snippets Groups Projects
Commit d0a8a914 authored by u214892's avatar u214892
Browse files

50 use flake8-erdicate plugin to detect stale code

parent 13d1c8c3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ watchdog==0.9.0 ...@@ -5,7 +5,8 @@ watchdog==0.9.0
benchmarker==4.0.1 benchmarker==4.0.1
coverage==4.5.1 coverage==4.5.1
Sphinx==1.8.1 Sphinx==1.8.1
flake8 flake8==3.7.7
flake8-eradicate==0.2.0
twine==1.12.1 twine==1.12.1
......
...@@ -8,7 +8,7 @@ python = ...@@ -8,7 +8,7 @@ python =
[flake8] [flake8]
max-line-length = 120 max-line-length = 120
ignore = E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W505 ignore = E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W505 E800
[testenv:flake8] [testenv:flake8]
basepython = python basepython = python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment