From b81c50a8e82db78eadba8e06b5d1d26e6a5cfee5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sun, 12 Apr 2015 16:23:44 -0400 Subject: [PATCH] Add extra note about pep8 Change-Id: Icab19dfc9deb8a47cc18154a621ccc78cc25c0c7 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8378151..acc9954 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ deps = flake8 commands = {posargs} [flake8] +# Please do not fix these. See comment at top of file. ignore = W,E show-source = True exclude = .venv,.tox,dist,doc,build,*.egg