Teal Dulcet
|
14a5613dc8
|
Fixed UP031 (printf-string-formatting): Use format specifiers instead of percent format
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
64540fbb44
|
Fixed UP034 (extraneous-parentheses): Avoid extraneous parentheses
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
eefc0514b2
|
Fixed UP030 (format-literals): Use implicit references for positional format fields
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
fba92de051
|
Fixed SIM108 (if-else-block-instead-of-if-exp)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
51dc7615f7
|
Fixed RSE102 (unnecessary-paren-on-raise-exception): Unnecessary parentheses on raised exception
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
13b38cc04d
|
Fixed F841 (unused-variable)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
2b426851f9
|
Fixed UP032 (f-string): Use f-string instead of format call
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
b7f70b17ac
|
Fixed RET504 (unnecessary-assign)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
6bfd1e5140
|
Fixed W293 (blank-line-with-whitespace): Blank line contains whitespace
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
555ecc1ebb
|
Fixed PIE810 (multiple-starts-ends-with): Call startswith once with a tuple
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
dd61844ced
|
Fixed EM101 (raw-string-in-exception): Exception must not use a string literal, assign to variable first
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
49124cc9ca
|
Fixed PLR6201 (literal-membership): Use a set literal when testing for membership
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
cb922ec286
|
Fixed UP015 (redundant-open-modes): Unnecessary open mode parameters
|
2024-03-10 07:54:49 -04:00 |
|
Teal Dulcet
|
0ee64f2fe8
|
Fixed F401 (unused-import)
|
2024-03-10 07:54:21 -04:00 |
|