core/pylint/ruff.toml

7 lines
135 B
TOML

# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[isort]
known-third-party = [
"pylint",
]