Skip to content

Commit 4df382b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0)
1 parent 13b2fef commit 4df382b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- --start_year=2023
1010

1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 25.9.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
12+
rev: 25.12.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
1313
hooks:
1414
- id: black
1515
args:
@@ -59,6 +59,6 @@ repos:
5959

6060
# this validates our github workflow files
6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: 0.34.1
62+
rev: 0.35.0
6363
hooks:
6464
- id: check-github-workflows

0 commit comments

Comments
 (0)