Update ruff to 0.2.1 (#109796)

* Update ruff to 0.2.1

* Rename config sections

* Update remapped error codes

* Add ignores
This commit is contained in:
Marc Mueller
2024-02-06 15:41:34 +01:00
committed by GitHub
parent a533fa222e
commit 545b888034
8 changed files with 23 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[isort]
[lint.isort]
forced-separate = [
"tests",
]
]