pre-commit: update versions

Change-Id: I7901f353ea7ddf01dfdef7930cd920851b3d4208
This commit is contained in:
elajkat 2024-11-06 13:54:41 +01:00 committed by Lajos Katona
parent 6361423018
commit bef88ac0eb

View File

@ -1,10 +1,10 @@
---
default_language_version:
# force all unspecified python hooks to run python3
python: python3.10
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
@ -19,7 +19,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-tabs
exclude: '.*\.(svg)$'