From c23f6fac7a6acfacc3ae4205ebaf6eff5599cefb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:21:06 +0200 Subject: [PATCH] Update pre-commit hooks (#37) Co-authored-by: FBruzzesi <42817048+FBruzzesi@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3919cb..7d357d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-ast - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.0 # Ruff version. + rev: v0.3.4 # Ruff version. hooks: - id: ruff # Run the linter. args: [--fix, timebasedcv, tests] @@ -34,6 +34,6 @@ repos: hooks: - id: python-no-eval - repo: https://github.com/crate-ci/typos - rev: typos-v0.10.21 + rev: v1.19.0 hooks: - id: typos