mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
update ruff config
Co-authored-by: Bartuccio Antoine <klmp200@users.noreply.github.com>
This commit is contained in:
@ -69,6 +69,9 @@ optional = true
|
||||
[tool.xapian]
|
||||
version = "1.4.25"
|
||||
|
||||
[tool.ruff]
|
||||
output-format = "concise" # makes ruff error logs easier to read
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"A", # shadowing of Python builtins
|
||||
|
Reference in New Issue
Block a user