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

Unified Diff: tox.ini

Issue 29977622: Issue 7196 - Delegate to centralized flake8 configuration (cms)
Patch Set: Created Jan. 10, 2019, 12:50 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,6 @@
skipsdist = true
[flake8]
-ignore = D1,C815,W503
per-file-ignores =
/cms/bin/generate_static_pages.py : A107,A301,A302,E501
/cms/bin/translate.py : A107,A301,A302,E501,F821
@@ -25,15 +24,11 @@
pytest-cov
mock
wsgi_intercept
- 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
requests
pytest-console-scripts
pytest-mock
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
+ flake8-per-file-ignores>=0.4
commands =
py.test --cov-report term --cov-report html --cov=cms tests
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld