diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30dd415525..a7f4cc8c4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ exclude: "tests/integration/files" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.13.1 hooks: - id: ruff-check - id: ruff-format @@ -35,7 +35,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/2247.maintenance.md b/doc/changelog.d/2247.maintenance.md new file mode 100644 index 0000000000..fa75b3e111 --- /dev/null +++ b/doc/changelog.d/2247.maintenance.md @@ -0,0 +1 @@ +Pre-commit automatic update