Remove black and bump ruff

This commit is contained in:
2026-03-31 20:31:36 +02:00
parent 05a2506b1e
commit bd4389e806
2 changed files with 24 additions and 169 deletions

View File

@@ -28,9 +28,8 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
[tool.black]
line-length = 79
target-version = ["py310"]
[tool.ruff]
line-length = 120
[tool.ruff.lint]
select = ["F", "B", "I"]
@@ -38,6 +37,5 @@ fixable = ["I"]
[dependency-groups]
dev = [
"black>=25.1.0",
"ruff>=0.11.9",
"ruff>=0.15",
]