We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbedbae commit 8d07a9cCopy full SHA for 8d07a9c
2 files changed
pyproject.toml
@@ -21,8 +21,8 @@ requires-python = ">=3.7"
21
22
[tool.uv]
23
dev-dependencies = [
24
- "mypy>=1.11.2 ; python_full_version >= '3.8'",
25
- "ruff>=0.6.8",
+ "mypy>=1.17.0 ; python_full_version >= '3.9'",
+ "ruff>=0.12.4",
26
"stubdefaulter>=0.1.0",
27
]
28
0 commit comments