Teal Dulcet
|
4999ed7b1c
|
Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
ca8f06d590
|
Fixed PLR1711 (useless-return): Useless return statement at end of function
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
57d05c1ab2
|
Fixed B007 (unused-loop-control-variable)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
c953e5784d
|
Fixed C401 (unnecessary-generator-set): Unnecessary generator (rewrite as a set comprehension)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
81a4da0181
|
Fixed SIM110 (reimplemented-builtin)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
99d3929f99
|
Fixed E711 (none-comparison)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
541f31b1ba
|
Fixed FURB113 (repeated-append)
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
e8d1c037cb
|
Fixed SIM102 (collapsible-if): Use a single if statement instead of nested if statements
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
67b9d0b279
|
Fixed PLW0108 (unnecessary-lambda): Lambda may be unnecessary; consider inlining inner function
|
2024-03-10 07:54:51 -04:00 |
|
Teal Dulcet
|
3d72c32b1d
|
Fixed W605 (invalid-escape-sequence)
|
2024-03-10 07:54:51 -04:00 |
|
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 |
|