We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab867d3 + f723a27 commit 156e170Copy full SHA for 156e170
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- id: mixed-line-ending
9
10
- - repo: https://github.com/psf/black
11
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.12.0
12
13
- id: black
14
@@ -19,12 +19,12 @@ repos:
19
additional_dependencies: [pyyaml]
20
21
- repo: https://github.com/kynan/nbstripout
22
- rev: 0.8.1
+ rev: 0.8.2
23
24
- id: nbstripout
25
26
- repo: https://github.com/pre-commit/mirrors-clang-format
27
- rev: v20.1.8
+ rev: v21.1.8
28
29
- id: clang-format
30
0 commit comments