We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8ef4d commit c577f68Copy full SHA for c577f68
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@
15
repos:
16
# Standard hooks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v5.0.0
+ rev: v6.0.0
19
hooks:
20
- id: check-added-large-files
21
- id: check-case-conflict
@@ -33,7 +33,7 @@ repos:
33
- id: trailing-whitespace
34
35
- repo: https://github.com/psf/black
36
- rev: 25.1.0
+ rev: 25.12.0
37
38
- id: black
39
0 commit comments