From cc77237f99fd57adab003b99bf7f98792a460120 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:01:14 +0100 Subject: [PATCH] Update pre-commit hooks (#192) Update versions of pre-commit hooks to latest version. 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 73938820..84cfe828 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: '.teamcity' - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.8.1 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -22,6 +22,6 @@ repos: - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout