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

Side by Side Diff: tox.ini

Issue 30050560: Noissue - Adapted for new location of flake8-eyeo (cms) (Closed)
Patch Set: Created April 25, 2019, 8:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [tox] 1 [tox]
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [flake8] 5 [flake8]
6 ignore = D1,C815,W503,W504 6 ignore = D1,C815,W503,W504
7 per-file-ignores = 7 per-file-ignores =
8 cms/bin/generate_static_pages.py : A107,A301,A302,E501 8 cms/bin/generate_static_pages.py : A107,A301,A302,E501
9 cms/bin/translate.py : A107,A301,A302,E501,F821 9 cms/bin/translate.py : A107,A301,A302,E501,F821
10 cms/converters.py : A206,A302,D400,N802 10 cms/converters.py : A206,A302,D400,N802
(...skipping 11 matching lines...) Expand all
22 urllib3 22 urllib3
23 markdown 23 markdown
24 pytest 24 pytest
25 pytest-cov 25 pytest-cov
26 mock 26 mock
27 wsgi_intercept 27 wsgi_intercept
28 flake8>=3.7.0 28 flake8>=3.7.0
29 flake8-docstrings 29 flake8-docstrings
30 flake8-commas 30 flake8-commas
31 pep8-naming<=0.7.0 31 pep8-naming<=0.7.0
32 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo 32 git+https://gitlab.com/eyeo/auxiliary/eyeo-coding-style#egg=flake8-eyeo&subd irectory=flake8-eyeo
33 requests 33 requests
34 pytest-console-scripts 34 pytest-console-scripts
35 pytest-mock 35 pytest-mock
36 36
37 commands = 37 commands =
38 py.test --cov-report term --cov-report html --cov=cms tests 38 py.test --cov-report term --cov-report html --cov=cms tests
39 flake8 cms tests runserver.py runserver.spec 39 flake8 cms tests runserver.py runserver.spec
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld