blob: a8f4f2f5a96d7b89f5e3a1d2b05ab99a82ab803e [file] [edit]
extend = "../../.ruff.toml" # Inherit the project-wide settings
target-version = "py313"
[lint]
select = [
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
]