We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11a35b commit f00eb20Copy full SHA for f00eb20
.pre-commit-config.yaml
@@ -38,7 +38,7 @@ repos:
38
additional_dependencies:
39
- tomli
40
- repo: https://github.com/adhtruong/mirrors-typos
41
- rev: v1.40.1
+ rev: v1.41.0
42
hooks:
43
- id: typos
44
- repo: https://github.com/woodruffw/zizmor-pre-commit
pyproject.toml
@@ -65,9 +65,9 @@ tests = [
65
"pytest-cov>=6.0.0",
66
"pytest-trio>=0.8.0",
67
"coverage>=7.2.5",
68
- "uv>=0.5.21",
69
]
70
tools = [
+ "uv>=0.5.21",
71
"mypy>=1.19.0",
72
"ruff>=0.9.2",
73
"codespell>=2.3.0",
0 commit comments