We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0234c commit f9bef19Copy full SHA for f9bef19
pyproject.toml
@@ -24,7 +24,7 @@ requires-python = ">=3.10,<4"
24
[project.optional-dependencies]
25
checks = [
26
"mypy==1.16.1",
27
- "ruff>=0.11,<0.12",
+ "ruff>=0.12,<0.13",
28
]
29
docs = [
30
"mkdocs-material>=9,<10",
0 commit comments