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

Unified Diff: tox.ini

Issue 29977625: Issue 7196 - Delegate to centralized flake8 configuration (sitescripts/abpssembly)
Patch Set: Created Jan. 10, 2019, 12:55 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 | « sitescripts/reports/utils.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
@@ -12,7 +12,6 @@
omit = */test/*
[flake8]
-ignore = D1
per-file-ignores =
/sitescripts/content_blocker_lists/bin/generate_lists.py : A107,E501
/sitescripts/crashes/web/submitCrash.py : A302,E501,E711,F401,N802,N806
@@ -84,14 +83,10 @@
jinja2
pycrypto
pysed
- 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
httplib2
oauth2client
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
+ flake8-per-file-ignores>=0.4
setenv =
SITESCRIPTS_CONFIG = ./.sitescripts.test
« no previous file with comments | « sitescripts/reports/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld