mirror of https://github.com/langgenius/dify.git
chore: remove UP042 ruff rule as it requires preview mode
This commit is contained in:
parent
877806c34d
commit
9b583d671b
|
|
@ -45,7 +45,6 @@ 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…
Reference in New Issue