From cdfd4473abba5a0652e4825d01c2f1029b76c47c Mon Sep 17 00:00:00 2001 From: Marko Bausch <60338487+mrkbac@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:12:16 +0200 Subject: [PATCH] chore: Updated pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de5a263..c8d7888 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_install_hook_types: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -23,14 +23,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.2" + rev: "v0.6.5" hooks: - id: ruff args: ["--fix"] - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: v1.24.5 hooks: - id: typos