Skip to content

Commit bd7845e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.7...v21.1.2) - [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.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/MarcoGorelli/cython-lint: v0.16.7 → v0.17.0](MarcoGorelli/cython-lint@v0.16.7...v0.17.0)
1 parent c3012f5 commit bd7845e

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.2
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.9.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/MarcoGorelli/cython-lint
32-
rev: v0.16.7
32+
rev: v0.17.0
3333
hooks:
3434
- id: cython-lint
3535
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)