From 7f6bcfb6cc0dfd60c0bfc813e7ec5f39147a0d4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:34:08 +0200 Subject: [PATCH] update pre-commit hooks (#1585) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d19dd02db..3cfab91a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - tomli exclude_types: [csv, json] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.6.5' + rev: 'v0.6.9' hooks: - id: ruff # in CI it is directly run by tox to allow dependency upgrade checks @@ -19,7 +19,7 @@ repos: # in CI it is directly run by tox to allow dependency upgrade checks stages: [pre-commit] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-executables-have-shebangs stages: [manual] @@ -29,7 +29,7 @@ repos: - --branch=main - id: trailing-whitespace - repo: https://github.com/cdce8p/python-typing-update - rev: v0.6.0 + rev: v0.7.0 hooks: # Run `pre-commit run --hook-stage manual python-typing-update --all-files` manually # from time to time to update python typing syntax.