ajenti / ajenti

Unnecessary None provided as default

PTC-W0039
Anti-pattern
Minor
6 months ago 3 years old
Seen in 8 files
9

if statements can be merged

PTC-W0048
Anti-pattern
Major
6 months ago 3 years old
Seen in 5 files
6

Function/method with an empty body

PTC-W0049
Anti-pattern
Major
6 months ago 3 years old
Seen in 27 files
35

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
Major
2 months ago 2 years old
Seen in 23 files
41

Consider removing the commented out code block

PY-W0069
Anti-pattern
Major
6 months ago 2 years old
Seen in 9 files
12

f-string used without any expression

PTC-W0027
Anti-pattern
Major
6 months ago 3 years old
Seen in 1 file
1

if expression used can be simplified

PYL-R1719
Anti-pattern
Minor
6 months ago 3 years old
Seen in 1 file
1

Unassigned string statement

PYL-W0105
Anti-pattern
Minor
6 months ago 3 years old
Seen in 1 file
1

Sequence value overwritten unconditionally

PTC-W0057
Anti-pattern
Major
6 months ago 3 years old
Seen in 1 file
1

Field duplicates the name of its containing class

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

Method should have self as the first argument

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

Test for membership should be 'not in'

FLK-E713
Anti-pattern
Minor
6 months ago 2 years old
Seen in 2 files
2

Exception caught is very general

PYL-W0703
Anti-pattern
Major
6 months ago 4 years old
Seen in 13 files
18

Function with cyclomatic complexity higher than threshold

PY-R1000
Anti-pattern
Minor
6 months ago 6 months old
Seen in 6 files
6

Re-definition found for builtin function

PYL-W0622
Anti-pattern
Minor
6 months ago 4 years old
Seen in 2 files
3

Function contains unused argument

PYL-W0613
Anti-pattern
Major
6 months ago 4 years old
Seen in 45 files
104

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
Major
6 months ago 4 years old
Seen in 4 files
4

File opened without the with statement

PTC-W0010
Anti-pattern
Critical
6 months ago 4 years old
Seen in 7 files
10

Unused variable found

PYL-W0612
Anti-pattern
Major
6 months ago 4 years old
Seen in 22 files
26

Attribute defined outside __init__

PYL-W0201
Anti-pattern
Minor
6 months ago 4 years old
Seen in 3 files
3