Unnecessary else/elif used after raise

PYL-R1720
Style
Minor
2 months ago 2 months old
Seen in 6 files
6

Statement not reachable on execution

PYL-W0101
Anti-pattern
Critical
2 months ago 2 years old
Seen in 1 file
1

Unnecessary parentheses after keyword

PYL-C0325
Style
Minor
2 months ago 2 years old
Seen in 8 files
8

Unnecessary else / elif used after break

PYL-R1723
Style
Major
2 months ago a year old
Seen in 1 file
1

Unnecessary delete statement in a local scope

PTC-W0043
Anti-pattern
Major
2 months ago 2 years old
Seen in 8 files
15

Consider decorating method with @staticmethod

PYL-R0201
Performance
Major
2 months ago 2 years old
Seen in 22 files
189

Global variable is declared but not used

PYL-W0602
Bug risk
Major
2 months ago 2 years old
Seen in 1 file
2

No @staticmethod decorator

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

Consider removing the commented out code block

PY-W0069
Anti-pattern
Major
2 months ago 2 years old
Seen in 8 files
15

Subprocess run with ignored non-zero exit

PYL-W1510
Bug risk
Minor
2 months ago 2 years old
Seen in 1 file
1

Empty block of code found

PTC-W0047
Anti-pattern
Major
2 months ago 2 years old
Seen in 1 file
2

Unnecessary else / elif used after return

PYL-R1705
Style
Major
2 months ago 2 years old
Seen in 5 files
6

Statement has no effect

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

Audit required: Use of eval

PYL-W0123
Security
Major
2 months ago 2 years old
Seen in 6 files
14

Function/method with an empty body

PTC-W0049
Anti-pattern
Major
2 months ago 2 years old
Seen in 2 files
2

Unit test class with no tests

PTC-W0046
Anti-pattern
Major
2 months ago 2 years old
Seen in 27 files
66

Method should have self as the first argument

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

Protected member accessed from outside the class

PYL-W0212
Bug risk
Minor
5 days ago 2 years old
Seen in 38 files
192

Audit required: Use of pickle module

BAN-B301
Security
Major
2 months ago 2 years old
Seen in 5 files
5

Function contains unused argument

PYL-W0613
Anti-pattern
Major
5 days ago 2 years old
Seen in 19 files
240

Detected subprocess popen call with shell equals True

BAN-B602
Security
Major
2 months ago 2 years old
Seen in 3 files
4

Unguarded next inside generator

PTC-W0063
Bug risk
Critical
2 months ago 2 years old
Seen in 19 files
52

Function or method is being redefined

PYL-E0102
Bug risk
Major
2 months ago 2 years old
Seen in 2 files
2

Re-definition found for builtin function

PYL-W0622
Anti-pattern
Major
2 months ago 2 years old
Seen in 10 files
15

__init__ method from the base class not called

PYL-W0231
Bug risk
Major
2 months ago 2 years old
Seen in 6 files
6