pnijhara / gitsome

Unnecessary comprehension

PTC-W0016
Performance
Major
4 years ago 4 years old
Seen in 17 files
31

Audit required: Use of eval

PYL-W0123
Security
Major
4 years ago 4 years old
Seen in 7 files
12

Consider using a dictionary comprehension

PYL-R1717
Performance
Major
4 years ago 4 years old
Seen in 1 file
2

Consider iterating dictionary

PYL-C0201
Anti-pattern
Major
4 years ago 4 years old
Seen in 1 file
1

Blank line contains whitespace

FLK-W293
Style
Minor
4 years ago 4 years old
Seen in 21 files
48

Import alias same as original package name

PYL-C0414
Anti-pattern
Major
4 years ago 4 years old
Seen in 1 file
2

Unnecessary generator

PTC-W0015
Anti-pattern
Major
4 years ago 4 years old
Seen in 7 files
7

if expression used can be simplified

PYL-R1719
Anti-pattern
Minor
4 years ago 4 years old
Seen in 3 files
4

Consider using a set comprehension

PYL-R1718
Performance
Major
4 years ago 4 years old
Seen in 1 file
1

Dangerous default argument

PYL-W0102
Bug risk
Critical
4 years ago 4 years old
Seen in 4 files
7

Variable assigned to itself

PYL-W0127
Anti-pattern
Minor
4 years ago 4 years old
Seen in 1 file
1

Consider decorating method with @staticmethod

PYL-R0201
Performance
Major
4 years ago 4 years old
Seen in 35 files
291

Imports from same package are not grouped

PYL-C0412
Style
Minor
4 years ago 4 years old
Seen in 8 files
10

Use of an unneeded not detected

PYL-C0113
Anti-pattern
Major
4 years ago 4 years old
Seen in 2 files
3

StopIteration detected in a generator

PYL-R1708
Style
Major
4 years ago 4 years old
Seen in 1 file
1

Consider using literal syntax to create the data structure

PTC-W0019
Performance
Minor
4 years ago 4 years old
Seen in 1 file
2

Useless else clause detected on the loop

PYL-W0120
Bug risk
Major
4 years ago 4 years old
Seen in 4 files
4

Bad type operand placement

PTC-W0024
Style
Minor
4 years ago 4 years old
Seen in 1 file
1

Unnecessary semicolon

PYL-W0301
Style
Minor
4 years ago 4 years old
Seen in 1 file
1

Except handler raises immediately

PYL-W0706
Bug risk
Critical
4 years ago 4 years old
Seen in 5 files
5

Invalid object found in __all__

PYL-E0604
Bug risk
Critical
4 years ago 4 years old
Seen in 4 files
7

Multiple imports on one line

FLK-E401
Style
Minor
4 years ago 4 years old
Seen in 1 file
1

Built-in function len used as condition

PYL-C1802
Performance
Major
4 years ago 4 years old
Seen in 3 files
5

Consider merging isinstance calls

PYL-R1701
Anti-pattern
Major
4 years ago 4 years old
Seen in 1 file
1

One-line docstring should fit on one line with quotes

FLK-D200
Documentation
Minor
4 years ago 4 years old
Seen in 22 files
52