Add a small config for the ruff tool

It will be used for automated refactors of Python code.
This commit is contained in:
Štěpán Balážik 2026-01-28 00:37:21 +01:00
parent 601fc1f1cf
commit b7000ba9b0

View file

@ -71,3 +71,12 @@ ignore_names = [
"pytestmark",
"autouse_*",
]
[tool.ruff]
target-version = "py310"
extend-exclude = [
"bin/tests/system/vulture_ignore_list.py",
"contrib",
"dangerfile.py",
"doc",
]