Skip to content

Commit 7f1e701

Browse files
committed
* fixing disable
1 parent 25ea095 commit 7f1e701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pylintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ confidence=HIGH,
419419
INFERENCE,
420420
INFERENCE_FAILURE,
421421
UNDEFINED
422-
disable = C0209
423422

424423
# Disable the message, report, category or checker with the given id(s). You
425424
# can either give multiple identifiers separated by comma (,) or put this
@@ -439,7 +438,8 @@ disable=raw-checker-failed,
439438
deprecated-pragma,
440439
use-implicit-booleaness-not-comparison-to-string,
441440
use-implicit-booleaness-not-comparison-to-zero,
442-
use-symbolic-message-instead
441+
use-symbolic-message-instead,
442+
consider-using-f-string
443443

444444
# Enable the message, report, category or checker with the given id(s). You can
445445
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)