core/pylint/ruff.toml

8 lines
141 B
TOML

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