diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6b72792c9..60db377700 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.12.1 + rev: v0.12.2 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.1 + rev: 0.33.2 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/2090.maintenance.md b/doc/changelog.d/2090.maintenance.md new file mode 100644 index 0000000000..50021dc946 --- /dev/null +++ b/doc/changelog.d/2090.maintenance.md @@ -0,0 +1 @@ +Pre-commit automatic update \ No newline at end of file