Update docs for configuration
[third_party/pep8] / tox.ini
diff --git a/tox.ini b/tox.ini
index 214441f201648e370d4d0f9c20d56108a6471fea..50a0d007b75ef3d54eef99b4dc2d967cb4230129 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,8 +13,3 @@ commands =
        {envpython} pep8.py --statistics pep8.py
        {envpython} pep8.py --doctest
        {envpython} -m testsuite.test_all
-
-[pep8]
-select =
-ignore = E226,E24
-max_line_length = 79