Add ruff rule
This commit is contained in:
parent
3c54a393ba
commit
02d7fafb21
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ select = [
|
|||
"I", # isort
|
||||
"UP", # pyupgrade
|
||||
"T10", # flake8-debugger
|
||||
"T20", # flake8-print
|
||||
"PLE", # pylint errors
|
||||
"RUF",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue