We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ce6c3 commit 68061ffCopy full SHA for 68061ff
1 file changed
.pre-commit-config.yaml
@@ -49,12 +49,12 @@ repos:
49
additional_dependencies: [cpplint==1.6.1]
50
types_or: [c++]
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.19.0
+ rev: v1.19.1
53
hooks:
54
- id: mypy
55
additional_dependencies: [types-setuptools]
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: v0.14.8
+ rev: v0.14.11
58
59
- id: ruff
60
args: ["--config", "python/pyproject.toml"]
0 commit comments