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

Unified Diff: flake8-eyeo/tox.ini

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Created Oct. 9, 2017, 1:53 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
Index: flake8-eyeo/tox.ini
===================================================================
--- a/flake8-eyeo/tox.ini
+++ b/flake8-eyeo/tox.ini
@@ -1,11 +1,20 @@
[tox]
-envlist=py{27,35,36}-flake8{2,3}
+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
+
+[flake8]
+ignore = D1,N802
[testenv]
-deps=
+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
flake82: flake8==2.*
flake83: flake8==3.*
- pep8-naming
-commands=
+commands =
python setup.py test
- flake8 flake8_eyeo.py setup.py --ignore N802
+
+[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
+deps =
+ 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.
+ flake8-docstrings
+ pep8-naming
+commands =
+ flake8 flake8_eyeo.py setup.py

Powered by Google App Engine
This is Rietveld