We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6558307 commit 7169ffcCopy full SHA for 7169ffc
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ exclude: |
28
repos:
29
30
- repo: https://github.com/psf/black
31
- rev: 25.1.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
+ rev: 25.9.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
32
hooks:
33
- id: black
34
@@ -63,7 +63,7 @@ repos:
63
64
# this validates our github workflow files
65
- repo: https://github.com/python-jsonschema/check-jsonschema
66
- rev: 0.33.3
+ rev: 0.34.0
67
68
- id: check-github-workflows
69
doc/changelog/912.maintenance.md
@@ -0,0 +1 @@
1
+Pre-commit automatic update
0 commit comments