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

Side by Side Diff: flake8-eyeo/tox.ini

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Created Oct. 9, 2017, 1:53 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [tox] 1 [tox]
2 envlist=py{27,35,36}-flake8{2,3} 2 envlist = py{27,35,36}-flake8{2,3},flake8
tlucas 2017/10/09 23:39:38 In case you decide to stick to your separation of
Sebastian Noack 2017/10/10 05:34:30 Well, this is the flake8-eyeo extension. The py{27
3
4 [flake8]
5 ignore = D1,N802
3 6
4 [testenv] 7 [testenv]
5 deps= 8 deps =
tlucas 2017/10/09 23:39:38 Same as above, if you stick to your separation we
Sebastian Noack 2017/10/10 05:34:30 Again, this is the environment for the tests (not
6 flake82: flake8==2.* 9 flake82: flake8==2.*
7 flake83: flake8==3.* 10 flake83: flake8==3.*
8 pep8-naming 11 commands =
9 commands=
10 python setup.py test 12 python setup.py test
11 flake8 flake8_eyeo.py setup.py --ignore N802 13
14 [testenv:flake8]
Sebastian Noack 2017/10/09 02:08:58 This is somewhat unrelated, but it seems to make m
Vasily Kuznetsov 2017/10/09 21:16:14 Indeed, it doesn't make sense to lint the code wit
Sebastian Noack 2017/10/10 05:34:30 The note in the flake8 documentation merely remind
Sebastian Noack 2017/10/10 18:17:39 Indeed, in my /usr/bin/tox it says #!/usr/bin/pyth
15 deps =
16 flake8
Vasily Kuznetsov 2017/10/10 13:00:08 Nit: these lines have different indentation level.
Sebastian Noack 2017/10/10 18:17:39 Done.
17 flake8-docstrings
18 pep8-naming
19 commands =
20 flake8 flake8_eyeo.py setup.py
OLDNEW

Powered by Google App Engine
This is Rietveld