diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c25581eb5..0dc9142b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ exclude: | repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.9 hooks: - id: ruff - id: ruff-format @@ -37,7 +37,7 @@ repos: # This validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/800.maintenance.md b/doc/changelog.d/800.maintenance.md new file mode 100644 index 000000000..9c2aea5a3 --- /dev/null +++ b/doc/changelog.d/800.maintenance.md @@ -0,0 +1 @@ +Pre-commit autoupdate