Enable the f-string-without-interpolation Pylint rule (#2814)
This commit is contained in:
parent
c87c723549
commit
091a070e4e
|
|
@ -149,7 +149,6 @@ disable = [
|
||||||
"cell-var-from-loop",
|
"cell-var-from-loop",
|
||||||
"comparison-with-callable",
|
"comparison-with-callable",
|
||||||
"dangerous-default-value",
|
"dangerous-default-value",
|
||||||
"f-string-without-interpolation",
|
|
||||||
"fixme",
|
"fixme",
|
||||||
"protected-access",
|
"protected-access",
|
||||||
"raise-missing-from",
|
"raise-missing-from",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue