* Update ruff to 0.2.1 * Rename config sections * Update remapped error codes * Add ignores
7 lines
141 B
TOML
7 lines
141 B
TOML
# This extend our general Ruff rules specifically for tests
|
|
extend = "../pyproject.toml"
|
|
|
|
[lint.isort]
|
|
known-third-party = [
|
|
"pylint",
|
|
]
|