Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
args: [ "-x"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.1
rev: v1.18.2
hooks:
- id: mypy
args: [ --follow-imports=silent, --config-file=pyproject.toml]
Expand Down Expand Up @@ -54,10 +54,10 @@ repos:
rev: 1.20.0
hooks:
- id: blacken-docs
additional_dependencies: [black==25.1.0]
additional_dependencies: [black==25.9.0]

- repo: https://github.com/psf/black
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.
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.33.3
rev: 0.34.0
hooks:
- id: check-github-workflows

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