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