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
6 changes: 3 additions & 3 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 @@ -57,7 +57,7 @@ repos:
additional_dependencies: [black==25.1.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