mirror of
https://github.com/langgenius/dify.git
synced 2025-12-27 18:12:29 +00:00
add rule for strenum (#25445)
This commit is contained in:
parent
928bef9d82
commit
cce13750ad
@ -45,6 +45,7 @@ select = [
|
||||
"G001", # don't use str format to logging messages
|
||||
"G003", # don't use + in logging messages
|
||||
"G004", # don't use f-strings to format logging messages
|
||||
"UP042", # use StrEnum
|
||||
]
|
||||
|
||||
ignore = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user