parazeeknova / nyxtext

Function/method with an empty body

PTC-W0049
Anti-pattern
Major
2 months ago 6 months old
Seen in 5 files
48

Unnecessary lambda expression

PYL-W0108
Anti-pattern
Major
3 months ago 6 months old
Seen in 1 file
1

Consider removing the commented out code block

PY-W0069
Anti-pattern
Major
2 months ago 6 months old
Seen in 6 files
7

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
Major
2 months ago 6 months old
Seen in 7 files
14

Unused nested function or class detected

PTC-W0065
Anti-pattern
Major
2 months ago 5 months old
Seen in 2 files
2

Consider iterating dictionary

PYL-C0201
Anti-pattern
Major
3 months ago 3 months old
Seen in 2 files
14

Re-definition found for builtin function

PYL-W0622
Anti-pattern
Major
3 months ago 6 months old
Seen in 1 file
1

Unused import from wildcard import found

PYL-W0614
Anti-pattern
Major
2 months ago 3 months old
Seen in 4 files
9

Function with cyclomatic complexity higher than threshold

PY-R1000
Anti-pattern
Minor
3 months ago 3 months old
Seen in 2 files
4

Field duplicates the name of its containing class

PTC-W0052
Anti-pattern
Minor
3 months ago 6 months old
Seen in 2 files
3

Method should have self as the first argument

PYL-E0213
Anti-pattern
Major
2 months ago 3 months old
Seen in 1 file
1

Attribute defined outside __init__

PYL-W0201
Anti-pattern
Minor
2 months ago 6 months old
Seen in 5 files
13

Unused variable found

PYL-W0612
Anti-pattern
Major
2 months ago 6 months old
Seen in 7 files
18

Function contains unused argument

PYL-W0613
Anti-pattern
Major
2 months ago 6 months old
Seen in 5 files
5