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

Unified Diff: tox.ini

Issue 30021579: Issue 7196 - Ignore both flake8 W503 and W504 in tox.ini (Closed) Base URL: https://hg.adblockplus.org/abpssembly
Patch Set: Created March 2, 2019, 3:26 a.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 | « no previous file | 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
@@ -12,7 +12,7 @@
omit = */test/*
[flake8]
-ignore = D1,W504
+ignore = D1,W503,W504
per-file-ignores =
sitescripts/content_blocker_lists/bin/generate_lists.py : A107,E501
sitescripts/crashes/web/submitCrash.py : A302,E501,E711,F401,N802,N806
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld