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

Unified Diff: tox.ini

Issue 29572671: Noissue - Use sets in build.py were appropriate (Closed)
Patch Set: Further tuple -> set conversion Created Oct. 11, 2017, 1:15 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
« build.py ('K') | « build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
index f79f0494d5b73efcff10242414862a6f75352f6c..b773f759255280666dd05fdac3eea367949bfe7a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
[flake8]
ignore = D1
per-file-ignores =
- build.py : A102,A104,A107,A201,A206,A302,E501,E711,N802,N803,N806
+ build.py : A104,A107,A201,A206,A302,E501,E711,N802,N803,N806
tlucas 2017/10/11 13:21:15 While at it, i got rid of the A102 too (see build.
chainedconfigparser.py : A107,E501,D205,D208,D400
ensure_dependencies.py : A102,A107,A108,D400,A302,E129,E501,E713,E721,F821
localeTools.py : A103,A104,A107,A301,A302,E501,E713,F401,N802,N803,N806
« build.py ('K') | « build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld