From ed1f33cf2a2932b13048ba9ae380d8121c32dd3e Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 1 Oct 2024 03:13:49 +0000 Subject: [PATCH] Update pre-commit hooks --- .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 00ab53872..cb0acb308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: exclude: '.teamcity' - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.6.8 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -25,6 +25,6 @@ repos: hooks: - id: nbstripout - repo: https://github.com/crate-ci/typos - rev: v1.24.3 + rev: v1.25.0 hooks: - id: typos