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

Delta Between Two Patch Sets: cms-dev/tox.ini

Issue 29756682: Noissue - Adapt best practices for trailing commas (codingtools) (Closed)
Left Patch Set: Created April 19, 2018, 1:05 p.m.
Right Patch Set: Added flake8-commas extension Created April 19, 2018, 2:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « cms-dev/tests/test_cms_cmp.py ('k') | flake8-eyeo/setup.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 [tox] 1 [tox]
2 envlist = py27,py35,py36,flake8 2 envlist = py27,py35,py36,flake8
3 skipsdist = true 3 skipsdist = true
4 4
5 [testenv] 5 [testenv]
6 deps = 6 deps =
7 pytest 7 pytest
8 commands = 8 commands =
9 pytest tests 9 pytest tests
10 10
11 [testenv:flake8] 11 [testenv:flake8]
12 basepython = python3 12 basepython = python3
13 deps = 13 deps =
14 flake8 14 flake8
15 flake8-docstrings 15 flake8-docstrings
16 flake8-commas
16 pep8-naming 17 pep8-naming
17 ../flake8-eyeo 18 ../flake8-eyeo
18 commands = 19 commands =
19 flake8 cms-cmp.py 20 flake8 cms-cmp.py
20 flake8 --ignore=D1 tests 21 flake8 --ignore=D1 tests
LEFTRIGHT

Powered by Google App Engine
This is Rietveld