We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a90fc commit a33a3f5Copy full SHA for a33a3f5
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
4
- id: check-useless-excludes
5
- id: check-hooks-apply
6
- repo: https://github.com/pre-commit/mirrors-clang-format
7
- rev: v17.0.6
+ rev: v18.1.2
8
hooks:
9
- id: clang-format
10
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,7 +23,7 @@ repos:
23
- id: mixed-line-ending
24
- id: trailing-whitespace
25
- repo: https://github.com/psf/black
26
- rev: 24.2.0
+ rev: 24.3.0
27
28
- id: black
29
- repo: https://github.com/MarcoGorelli/cython-lint
0 commit comments