We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270ea32 commit a78b6cfCopy full SHA for a78b6cf
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -65,7 +65,7 @@ repos:
65
- id: mypy
66
additional_dependencies: [types-setuptools, numpy]
67
- repo: https://github.com/astral-sh/ruff-pre-commit
68
- rev: v0.12.7
+ rev: v0.12.8
69
70
- id: ruff
71
args: ["--config", "python/pyproject.toml"]
0 commit comments