Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
additional_dependencies: [black==25.9.0]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0 # If version changes --> modify "blacken-docs" manually as well.
rev: 25.11.0 # If version changes --> modify "blacken-docs" manually as well.
hooks:
- id: black
args:
Expand Down Expand Up @@ -90,7 +90,7 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.1
rev: 0.35.0
hooks:
- id: check-github-workflows

Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/4295.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pre-commit autoupdate
Loading