other: Use more recent min. vers. for the lint, fmt and typing tooling
This commit is contained in:
parent
c7f7771e26
commit
7cfa2726d3
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue