grantmcconnaughey/Flake8Rules
Descriptions and examples for the rules in Flake8 (pyflakes, pycodestyle, and mccabe).
HTMLMIT
Issues
- 1
Rule E721 false positive on member functions
#62 opened by da-raf - 0
rule E202 for f string
#61 opened by SKYnv - 0
- 1
E712 Recommendation should be improved
#58 opened by sfariaNG - 0
Rule E129 suggestion leads to overindentation if logical operator is at the start of the line
#45 opened by braiam - 0
E129 "best practice" violates W504
#44 opened by Venousek - 1
- 0
Incorporate rules from other flake8 plugins
#37 opened by ruslaniv - 1
- 0
F823 should mention `nonlocal`
#35 opened by torfsen - 3
E117 is missing: overindented code blocks
#29 opened by jugmac00 - 5
F722 is missing: do not use bare 'except'
#27 opened by jugmac00 - 2
- 3
E741 missing: ambiguous variable name 'l'
#26 opened by jugmac00 - 2
F901 is missing
#25 opened by jugmac00 - 1
- 1
missing E722 do not use bare 'except'
#15 opened by PatMyron - 2
- 1
- 4
- 3
Missing E999
#8 opened by tdhopper - 1
- 1
Add rule E306
#4 opened by grantmcconnaughey - 0
- 1
- 2
- 1
W391 - switched anti-pattern with best practice
#11 opened by bsmoliak - 0
E124 is incorrect
#10 opened by munk - 0
Add rule E711
#5 opened by grantmcconnaughey - 3
W605 - switched anti-pattern with best practice
#7 opened by hnykda - 0
Add rule W605
#2 opened by grantmcconnaughey - 0
Convert examples to Python 3
#3 opened by grantmcconnaughey - 0
Add rules for pyflakes 601-707
#1 opened by grantmcconnaughey