From bc52d1a588ba4c68eaf6395e93a218c439dee090 Mon Sep 17 00:00:00 2001 From: Lukas Balaga Date: Mon, 7 Mar 2016 21:15:37 -0800 Subject: Add flake8 pre-commit hook and apply fixes. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0fa957a..812561d 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ whitelist_externals = make commands = make clean-cldr test [pep8] -ignore = E501,E731 +ignore = E501,E731,W503 [flake8] -ignore = E501,E731 +ignore = E501,E731,W503 -- cgit v1.2.1