We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ea095 commit 7f1e701Copy full SHA for 7f1e701
.pylintrc
@@ -419,7 +419,6 @@ confidence=HIGH,
419
INFERENCE,
420
INFERENCE_FAILURE,
421
UNDEFINED
422
-disable = C0209
423
424
# Disable the message, report, category or checker with the given id(s). You
425
# can either give multiple identifiers separated by comma (,) or put this
@@ -439,7 +438,8 @@ disable=raw-checker-failed,
439
438
deprecated-pragma,
440
use-implicit-booleaness-not-comparison-to-string,
441
use-implicit-booleaness-not-comparison-to-zero,
442
- use-symbolic-message-instead
+ use-symbolic-message-instead,
+ consider-using-f-string
443
444
# Enable the message, report, category or checker with the given id(s). You can
445
# either give multiple identifier separated by comma (,) or put this option
0 commit comments