forked from orbit-oss/flask
remove unused ruff check rule
This commit is contained in:
parent
9b74a90dd3
commit
0292047b22
1 changed files with 0 additions and 3 deletions
|
|
@ -160,9 +160,6 @@ select = [
|
|||
"UP", # pyupgrade
|
||||
"W", # pycodestyle warning
|
||||
]
|
||||
ignore = [
|
||||
"UP038", # keep isinstance tuple
|
||||
]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
force-single-line = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue