mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
7 lines
135 B
TOML
7 lines
135 B
TOML
# This extend our general Ruff rules specifically for tests
|
|
extend = "../pyproject.toml"
|
|
|
|
[isort]
|
|
known-third-party = [
|
|
"pylint",
|
|
] |