tjamalgit / django

hasattr used to check if the object is callable

PTC-W0035
Bug risk
Major
4 years ago 4 years old
Seen in 1 file
1

Catching previously caught exception

PYL-W0705
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
1

Useless else clause detected on the loop

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

return found in __init__

PYL-E0101
Bug risk
Critical
4 years ago 4 years old
Seen in 2 files
2

Subprocess run with ignored non-zero exit

PYL-W1510
Bug risk
Minor
4 years ago 4 years old
Seen in 8 files
14

Dangerous default argument

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

Multiple imports for an import name detected

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

Method has no argument

PYL-E0211
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
1

Use of exit() or quit() detected

PYL-R1722
Bug risk
Major
4 years ago 4 years old
Seen in 1 file
2

Method hidden by an attribute

PYL-E0202
Bug risk
Critical
4 years ago 4 years old
Seen in 17 files
21

Assigning result of a function call, where the function has no return

PYL-E1111
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
1

Unary operand used on an unsupported object

PYL-E1130
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
1

Missing argument in function call

PYL-E1120
Bug risk
Critical
4 years ago 4 years old
Seen in 9 files
88

A non-callable object is being called

PYL-E1102
Bug risk
Critical
4 years ago 4 years old
Seen in 6 files
19

Abstract method not overridden

PYL-W0223
Bug risk
Major
4 years ago 4 years old
Seen in 71 files
629

Object which is not a context manager used with the with statement

PYL-E1129
Bug risk
Critical
4 years ago 4 years old
Seen in 2 files
3

Thread has no target function

PYL-W1506
Bug risk
Major
4 years ago 4 years old
Seen in 1 file
1

Comparison with callable detected

PYL-W0143
Bug risk
Major
4 years ago 4 years old
Seen in 2 files
3

The raise statement is not inside an except clause

PYL-E0704
Bug risk
Critical
4 years ago 4 years old
Seen in 2 files
3

Attempting to unpack a non-sequence object

PYL-E0633
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
3

Invalid return for __len__

PYL-E0303
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
1

iter returns a non-iterator

PYL-E0301
Bug risk
Critical
4 years ago 4 years old
Seen in 1 file
1

Unexpected keyword argument in function call

PYL-E1123
Bug risk
Critical
4 years ago 4 years old
Seen in 3 files
46

Too many positional arguments in function call

PYL-E1121
Bug risk
Critical
4 years ago 4 years old
Seen in 3 files
6

Bad first argument given in super() call

PYL-E1003
Bug risk
Critical
4 years ago 4 years old
Seen in 11 files
11