mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 19:46:55 +00:00
7 lines
132 B
TOML
7 lines
132 B
TOML
# This extend our general Ruff rules specifically for tests
|
|
extend = "../pyproject.toml"
|
|
|
|
[isort]
|
|
forced-separate = [
|
|
"tests",
|
|
] |