Add ruff rule

This commit is contained in:
Stéphane Bidoul 2023-02-22 22:57:14 +01:00
parent 3c54a393ba
commit 02d7fafb21

View file

@ -49,6 +49,7 @@ select = [
"I", # isort "I", # isort
"UP", # pyupgrade "UP", # pyupgrade
"T10", # flake8-debugger "T10", # flake8-debugger
"T20", # flake8-print
"PLE", # pylint errors "PLE", # pylint errors
"RUF", "RUF",
] ]