diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 532c4906212..76e52cf9615 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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: @@ -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 diff --git a/doc/changelog.d/4229.maintenance.md b/doc/changelog.d/4229.maintenance.md new file mode 100644 index 00000000000..9c2aea5a372 --- /dev/null +++ b/doc/changelog.d/4229.maintenance.md @@ -0,0 +1 @@ +Pre-commit autoupdate