Statement not reachable on execution
PYL-W0101
Anti-pattern
Found in StaticAnalysis/Unreachable.py
1
Function contains unused argument
PYL-W0613
Anti-pattern
Found in selenium/Index - checkbox.py
2
Imported name is not used anywhere in the module
PY-W2000
Anti-pattern
Found in selenium/Index - checkbox.py
8
Missing whitespace after ,
, ;
, or :
FLK-E231
Style
Found in general/Calculator.py and StaticAnalysis/Unreachable.py
4
Block comment should start with #
FLK-E265
Style
Found in StaticAnalysis/Unreachable.py
1
Expected 2 blank lines after end of function or class
FLK-E305
Style
Found in StaticAnalysis/Unreachable.py
1
Line too long
FLK-E501
Style
Found in selenium/Index - checkbox.py
5
Multiple blank lines detected at end of the file
FLK-W391
Style
Found in general/Calculator.py and StaticAnalysis/Unreachable.py
2
Attribute defined outside __init__
PYL-W0201
Anti-pattern
Found in selenium/Index - checkbox.py
2
Missing module/function docstring
PY-D0003
Documentation
Found in general/Calculator.py, selenium/Index - checkbox.py and 1 other file
7