7 lines
140 B
TOML
7 lines
140 B
TOML
[tool.ruff]
|
|
target-version = "py314"
|
|
|
|
[tool.ruff.lint]
|
|
ignore = ["E402"]
|
|
extend-select = ["I"] # enables import sorting (isort-equivalent)
|