Update pre-commit deps

This commit is contained in:
Matteo Settenvini 2023-11-26 19:20:46 +01:00
parent 3a3cf0d7c0
commit 25576463cf
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
1 changed files with 3 additions and 3 deletions

View File

@ -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