Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29344600: Noissue - Got rid of E129, E704, E712, E731 and F821 errors (Closed)
Patch Set: Created May 26, 2016, 12:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/urlfixer/bin/topDomains.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -35,5 +35,5 @@
sitescripts/hg/test \
sitescripts/notifications/test \
sitescripts/stats/test
- flake8 --ignore=E129,E501,E704,E711,E712,E713,E731,F401,F841,F821 \
+ flake8 --ignore=E501,E711,E713,F401,F841 \
sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/urlfixer/bin/topDomains.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld