Skip to content

Commit 9560fa9

Browse files
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.0](pre-commit/mirrors-clang-format@v20.1.8...v21.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.10...v0.12.12)
1 parent af52ab2 commit 9560fa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: [pyyaml]
3434

3535
- repo: https://github.com/adamchainz/blacken-docs
36-
rev: 1.19.1
36+
rev: 1.20.0
3737
hooks:
3838
- id: blacken-docs
3939
additional_dependencies: [black==23.*]
@@ -61,13 +61,13 @@ repos:
6161
- id: rst-inline-touching-normal
6262

6363
- repo: https://github.com/pre-commit/mirrors-clang-format
64-
rev: v20.1.8
64+
rev: v21.1.0
6565
hooks:
6666
- id: clang-format
6767
exclude: \.ipynb$
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.12.10
70+
rev: v0.12.12
7171
hooks:
7272
- id: ruff
7373
args: [--fix-only, --show-fixes]

0 commit comments

Comments
 (0)