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

Unified Diff: tox.ini

Issue 29933555: Noissue - fix coding style and adjust linting config (Closed) Base URL: https://hg.adblockplus.org/python-abp
Patch Set: Created Nov. 1, 2018, 11:21 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
« tests/test_diff_script.py ('K') | « tests/test_renderer.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,11 +1,14 @@
[tox]
envlist = py27,py35,py36,pypy,coverage,flake8
+[flake8]
+ignore = D107, N801, W503
+
[testenv]
deps =
pytest
mock
commands =
py.test tests
[testenv:coverage]
@@ -24,10 +27,10 @@
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 --ignore=D107 abp
- flake8 --ignore=D1 tests setup.py
+ flake8 abp
+ flake8 --extend-ignore=D1 tests setup.py
« tests/test_diff_script.py ('K') | « tests/test_renderer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld