Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[lint.isort]
known-third-party = [
"pylint",
]