Skip to content

Commit 8e3cd8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.8](pre-commit/mirrors-clang-format@v20.1.7...v21.1.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/MarcoGorelli/cython-lint: v0.16.7 → v0.18.1](MarcoGorelli/cython-lint@v0.16.7...v0.18.1)
1 parent c3012f5 commit 8e3cd8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
# - id: check-useless-excludes
77
# - id: check-hooks-apply
88
- repo: https://github.com/pre-commit/mirrors-clang-format
9-
rev: v20.1.7
9+
rev: v21.1.8
1010
hooks:
1111
- id: clang-format
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-ast
@@ -24,12 +24,12 @@ repos:
2424
- id: fix-byte-order-marker
2525
- id: mixed-line-ending
2626
- id: trailing-whitespace
27-
- repo: https://github.com/psf/black
28-
rev: 25.1.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 25.12.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/MarcoGorelli/cython-lint
32-
rev: v0.16.7
32+
rev: v0.18.1
3333
hooks:
3434
- id: cython-lint
3535
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)