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 5f581de commit 7a3a604Copy full SHA for 7a3a604
.pre-commit-config.yaml
@@ -2,20 +2,20 @@
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: check-yaml
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.8.6
+ rev: v0.13.3
13
14
- id: ruff
15
args:
16
- --fix
17
- repo: https://github.com/pre-commit/mirrors-clang-format
18
- rev: 'v14.0.6'
+ rev: 'v21.1.2'
19
20
- id: clang-format
21
exclude: "^lib/pybind11"
0 commit comments