From 83afcaa98857539b1438a80efc20d3cb11def6fa Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Sat, 1 Feb 2025 10:12:53 +0100 Subject: [PATCH] fixup! Add pre-commit configuration for various linters --- .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 c01ebbc..7a682d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -16,6 +16,6 @@ repos: args: ["-w", "-i", "4", "-ci"] - repo: https://github.com/crate-ci/typos - rev: v1.28.2 + rev: v1.29.5 hooks: - id: typos