From 3316dd77d82073554bb9e5a87bcf5f912ccedc75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:19:29 +0200 Subject: [PATCH] Update pre-commit hooks (#82) 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 b99dd7a..4560848 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.5.5 # Ruff version. + rev: v0.6.3 # Ruff version. hooks: - id: ruff # Run the linter. args: [--fix, iso_week_date, tests] @@ -34,6 +34,6 @@ repos: hooks: - id: python-no-eval - repo: https://github.com/crate-ci/typos - rev: v1.23.6 + rev: typos-dict-v0.11.27 hooks: - id: typos