We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59aa3fc commit 2cd2c0aCopy full SHA for 2cd2c0a
.pre-commit-config.yaml
@@ -60,12 +60,12 @@ repos:
60
additional_dependencies: [cpplint==1.6.1]
61
types_or: [c++]
62
- repo: https://github.com/pre-commit/mirrors-mypy
63
- rev: v1.16.1
+ rev: v1.17.0
64
hooks:
65
- id: mypy
66
additional_dependencies: [types-setuptools, numpy]
67
- repo: https://github.com/astral-sh/ruff-pre-commit
68
- rev: v0.12.3
+ rev: v0.12.4
69
70
- id: ruff
71
args: ["--config", "python/pyproject.toml"]
0 commit comments