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

Unified Diff: tox.ini

Issue 30021576: Issue 7196 - Ignore both flake8 W503 and W504 in tox.ini (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Created March 2, 2019, 3:20 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
@@ -3,7 +3,7 @@
skipsdist = true
[flake8]
-ignore = D1,C815,W503
+ignore = D1,C815,W503,W504
per-file-ignores =
cms/bin/generate_static_pages.py : A107,A301,A302,E501
cms/bin/translate.py : A107,A301,A302,E501,F821
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld