Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,6 @@
 [tox]
 envlist = py27,py35,py36,pypy,flake8
 
-[flake8]
-ignore = D107, N801, W503
-
 [testenv]
 deps =
     pytest-cov
@@ -22,11 +19,6 @@
 basepython = python3
 skip_install = true
 deps =
-    flake8
-    flake8-docstrings
-    flake8-commas
-    pep8-naming
     hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
 commands =
-    flake8 abp
-    flake8 --extend-ignore=D1 tests setup.py
+    flake8
