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 1229c5e commit 62d4f95Copy full SHA for 62d4f95
.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
47
exclude: \.ipynb$
48
49
- repo: https://github.com/codespell-project/codespell
50
- rev: v2.3.0
+ rev: v2.4.1
51
hooks:
52
- id: codespell
53
exclude: \.ipynb$|Gemfile\.lock$
@@ -61,13 +61,13 @@ repos:
61
- id: rst-inline-touching-normal
62
63
- repo: https://github.com/pre-commit/mirrors-clang-format
64
- rev: v19.1.2
+ rev: v20.1.0
65
66
- id: clang-format
67
68
69
- repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.7.1
+ rev: v0.11.2
71
72
- id: ruff
73
args: [--fix-only, --show-fixes]
0 commit comments