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",
|
||||
"comparison-with-callable",
|
||||
"dangerous-default-value",
|
||||
"f-string-without-interpolation",
|
||||
"fixme",
|
||||
"protected-access",
|
||||
"raise-missing-from",
|
||||
|
|
|
|||
Loading…
Reference in New Issue