From 5054afd842b601ce425053e2481ab77f4ea5aca7 Mon Sep 17 00:00:00 2001 From: seladb Date: Mon, 30 Sep 2024 23:52:37 -0700 Subject: [PATCH] Auto pre-commit update (#1598) Co-authored-by: GitHub --- .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 f4fd13a955..dba90e8437 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: args: ['--fix=lf'] - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.5 + rev: v0.6.8 hooks: - id: ruff # Run the linter. types_or: [ python ] @@ -43,7 +43,7 @@ repos: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.27 + rev: v1.25.0 hooks: - id: typos args: ['--config=typos-config.toml']