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

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

Issue 29340727: Noissue - Added flake8 extension accounting for our coding style and some other stuff (Closed)
Patch Set: Addressed comments, fixed two bugs, use ascii() Created May 9, 2016, 4:47 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 | « flake8-abp/tests/A303.py ('k') | 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
(Empty)
1 [tox]
2 envlist=py27,py35
3
4 [testenv]
5 deps=
6 flake8
7 pep8-naming
8 commands=
9 python setup.py test
10 flake8 --exclude tests,build --ignore N802
OLDNEW
« no previous file with comments | « flake8-abp/tests/A303.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld