fix: fix 'consider-using-f-string' for pylint
This commit is contained in:
parent
1f4f613b62
commit
2969f3b7a5
3 changed files with 8 additions and 8 deletions
|
@ -7,6 +7,7 @@ enable=anomalous-backslash-in-string,
|
|||
assignment-from-none,
|
||||
bare-except,
|
||||
broad-exception-caught,
|
||||
consider-using-f-string,
|
||||
dangerous-default-value,
|
||||
disallowed-name,
|
||||
empty-docstring,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue