Enable the f-string-without-interpolation Pylint rule (#2814)

This commit is contained in:
correctmost 2024-11-15 19:58:23 -05:00 committed by GitHub
parent c87c723549
commit 091a070e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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",