From 25576463cf292cb8fb533ed607a799612285405a Mon Sep 17 00:00:00 2001 From: Matteo Settenvini Date: Sun, 26 Nov 2023 19:20:46 +0100 Subject: [PATCH] Update pre-commit deps --- .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 18ed673..8f572e5 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.4.0 + rev: v4.5.0 hooks: - id: check-yaml name: Check YAML files syntax @@ -23,7 +23,7 @@ repos: name: Ensure no trailing spaces at the end of lines - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.4.2 + rev: v1.5.2 hooks: - id: remove-crlf name: Enforce LF instead of CRLF for newlines @@ -40,7 +40,7 @@ repos: name: Check Rust code - repo: https://github.com/fsfe/reuse-tool.git - rev: v1.1.2 + rev: v2.1.0 hooks: - id: reuse name: Check copyright and license information