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

Unified Diff: tox.ini

Issue 29977606: Issue 7196 - Delegate to centralized flake8 configuration (python-abp)
Patch Set: Created Jan. 10, 2019, 12:36 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 | « abp/filters/parser.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
@@ -1,9 +1,6 @@
[tox]
envlist = py27,py35,py36,pypy,flake8
-[flake8]
-ignore = D107, N801, W503
-
[testenv]
deps =
pytest-cov
@@ -22,11 +19,6 @@
basepython = python3
skip_install = true
deps =
- flake8
- flake8-docstrings
- flake8-commas
- pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
commands =
- flake8 abp
- flake8 --extend-ignore=D1 tests setup.py
+ flake8
« no previous file with comments | « abp/filters/parser.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld