Last analyzed 62e03db 5 months ago
Default analysis branch is
Currently analyzing run

Consider removing the commented out code block

PY-W0069
Anti-pattern
5 months ago a year old
Found in userbot/../git_commands.py and userbot/userbot.py
3

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
5 months ago 10 months old
Found in userbot/../git_commands.py, userbot/../help.py and 1 other file
3

Unnecessary use of comprehension

PYL-R1721
Performance
10 months ago 3 years old
Found in userbot/plugins/memes/emoji.py
2

Unnecessary else / elif used after return

PYL-R1705
Style
2 years ago 3 years old
Found in userbot/../pmpermit.py, userbot/../sticker_deleter.py and 3 other files
12

Function or method is being redefined

PYL-E0102
Bug risk
5 months ago 3 years old
Found in userbot/plugins/memes/text.py
1

Missing argument in function call

PYL-E1120
Bug risk
2 years ago 3 years old
Found in userbot/plugins/1start.py
4

Method used has been deprecated

PYL-W1505
Bug risk
10 months ago 2 years old
Found in userbot/plugins/vulgar.py
2

Unused variable found

PYL-W0612
Anti-pattern
10 months ago 3 years old
Found in userbot/../tiktokHelper.py, userbot/../corona.py and 4 other files
7

Function contains unused argument

PYL-W0613
Anti-pattern
6 months ago 3 years old
Found in userbot/../1start.py, userbot/../afk.py and 25 other files
75

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
10 months ago 3 years old
Found in userbot/plugins/spotify.py
2

Use items() to iterate over a dictionary

PTC-W0011
Anti-pattern
10 months ago 3 years old
Found in userbot/../emoji.py, userbot/../hentai_api.py and 1 other file
3