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

Side by Side Diff: flake8-abp/tests/A302.py

Issue 29340727: Noissue - Added flake8 extension accounting for our coding style and some other stuff (Closed)
Patch Set: Added README Created May 9, 2016, 1:43 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
OLDNEW
(Empty)
1 # A302
2 from io import open
3 file = open(__file__)
4
5 # A302
6 id = 0
7
8
9 # A302
10 def hash():
11 pass
12
13
14 # A302
15 class Exception:
16 pass
17
18
19 class Foo:
20 id = 0
21
22 def type(self):
23 pass
OLDNEW
« flake8-abp/README.md ('K') | « flake8-abp/tests/A301.py ('k') | flake8-abp/tests/A303.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld