-
Notifications
You must be signed in to change notification settings - Fork 751
Issues: PyCQA/pycodestyle
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
E203: False positive "whitespace before ':' " on list slice.
needs patch
#373
opened Jan 21, 2015 by
aleksey-kutepov
Missing E133 test suite and E131 in E12 test suite
needs patch
#293
opened May 26, 2014 by
TobiasRzepka
Add error on imports inside class definitions
extension
feature
undecided
#351
opened Dec 15, 2014 by
IanLee1521
E228: Check only detects missing whitespace around % when both sides are missing
#370
opened Jan 9, 2015 by
berendt
No warning about missing space between closing parenthesis and keyword
#371
opened Jan 16, 2015 by
dpursehouse
E701, E302: allowing one-liners for classes
feature
undecided
#231
opened Sep 27, 2013 by
chrismedrela
E122: Suspicious error for arguments of method called on multiline glued string literal
#372
opened Jan 19, 2015 by
east825
W191: erroneously checks indentation within triple-quoted strings
needs patch
#376
opened Feb 1, 2015 by
petere
Consistent use of "return None" in functions
feature
needs patch
#399
opened Apr 7, 2015 by
gvanrossum
E122: false positive: continuation line missing indentation or outdented
#408
opened Jun 22, 2015 by
graingert
if clause doesn't accept parenthesis-less visual indent while if statement accepts
#434
opened Sep 3, 2015 by
methane
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.