core/pylint/ruff.toml

8 lines
141 B
TOML
Raw Normal View History

2023-06-08 21:43:56 +00:00
# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[lint.isort]
2023-06-08 21:43:56 +00:00
known-third-party = [
"pylint",
]