fix: remove ruff deprecation warning

This commit is contained in:
Daniel Bauer
2025-06-30 12:17:42 +02:00
parent de485500a2
commit 485a0dd738

View File

@@ -35,9 +35,9 @@ build-backend = "hatchling.build"
[tool.ruff]
target-version = "py311"
line-length = 88
select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"]
[tool.ruff.lint]
select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"]
ignore = ["E501"]
[tool.mypy]