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

Unified Diff: tox.ini

Issue 29756673: Noissue - Adapt best practices for trailing commas (buildtools) (Closed)
Patch Set: Re-run script on Python 2, added flake8-commas extension Created April 19, 2018, 2:09 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 | « tests/test_packagerWebExt.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
@@ -3,7 +3,7 @@
skipsdist = true
[flake8]
-ignore = D1
+ignore = D1,C815
Sebastian Noack 2018/04/19 14:11:26 C185 are commas after varargs which are a syntax e
per-file-ignores =
/chainedconfigparser.py : A107,E501,D205,D208,D400
/ensure_dependencies.py : A102,A107,A108,D400,A302,E129,E501,E713,E721,F821
@@ -31,6 +31,7 @@
flake8
flake8-per-file-ignores>=0.4
flake8-docstrings
+ flake8-commas
pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
commands =
« no previous file with comments | « tests/test_packagerWebExt.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld