other: Use more recent min. vers. for the lint, fmt and typing tooling

This commit is contained in:
June 2024-06-06 00:48:17 +02:00
parent c7f7771e26
commit 7cfa2726d3
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -59,9 +59,9 @@ python = ["3.10", "3.11"]
[tool.hatch.envs.lint]
detached = true
dependencies = [
"black>=23.1.0",
"mypy>=1.0.0",
"ruff>=0.0.243",
"black>=24.4.0",
"mypy>=1.10.0",
"ruff>=0.4.0",
]
[tool.hatch.envs.lint.scripts]
typing = "mypy --install-types --non-interactive {args:src/infra_rebuild tests}"