Too many positional arguments in function call
PYL-E1121
Bug risk
Found in tello_sdk/tello.py
1
Comparing to literal
PYL-R0123
Anti-pattern
Found in tello_sdk/tello.py
2
Re-defined variable from outer scope
PYL-W0621
Anti-pattern
Found in tello_sdk/tello.py
1
Imported name is not used anywhere in the module
PY-W2000
Anti-pattern
Found in tello_sdk/__init__.py
1
Unexpected spaces around keyword / parameter equals
FLK-E251
Style
Found in setup.py and tello_sdk/tello.py
3
Chained comparison detected
PYL-R1716
Anti-pattern
Found in tello_sdk/tello.py
2
Missing module/function docstring
PY-D0003
Documentation
Found in setup.py
1
Formatted string passed to logging module
PYL-W1203
Performance
Found in tello_sdk/tello.py
1