Baracchino-Della-Scuola / Bot

Unnecessary use of json.dumps() for file data

PY-W0079
Anti-pattern
8 months ago 9 months old
Found in cogs/events.py, cogs/rss.py and 1 other file
6

Unnecessary use of json.loads() for file data

PY-W0078
Anti-pattern
8 months ago 9 months old
Found in cogs/rss.py and cogs/share.py
3

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
8 months ago 9 months old
Found in main.py
2

Bad comparison test

PTC-W0023
Anti-pattern
8 months ago 9 months old
Found in cogs/misc.py
1

if statements can be merged

PTC-W0048
Anti-pattern
8 months ago 9 months old
Found in cogs/events.py and cogs/music.py
2

f-string used without any expression

PTC-W0027
Anti-pattern
8 months ago 9 months old
Found in main.py
1

Empty block of code found

PTC-W0047
Anti-pattern
8 months ago 9 months old
Found in cogs/errors.py
1

Test for membership should be 'not in'

FLK-E713
Anti-pattern
8 months ago 9 months old
Found in cogs/share.py
4

Function contains unused argument

PYL-W0613
Anti-pattern
8 months ago 9 months old
Found in cogs/support.py
1

Re-definition found for builtin function

PYL-W0622
Anti-pattern
8 months ago 9 months old
Found in cogs/calc.py and cogs/carbon.py
2

Exception caught is very general

PYL-W0703
Anti-pattern
8 months ago 9 months old
Found in cogs/misc.py, cogs/owner.py and 1 other file
4

Unused variable found

PYL-W0612
Anti-pattern
8 months ago 9 months old
Found in cogs/api.py, cogs/birthday.py and 6 other files
10

Unused import from wildcard import found

PYL-W0614
Anti-pattern
8 months ago 9 months old
Found in cogs/api.py, cogs/calc.py and 3 other files
6

Unassigned string statement

PYL-W0105
Anti-pattern
8 months ago 9 months old
Found in cogs/events.py
1

Attribute defined outside __init__

PYL-W0201
Anti-pattern
8 months ago 9 months old
Found in main.py
7