chore: update pre-commit repo to new version

This commit is contained in:
Gergő Jedlicska
2025-01-19 20:26:45 +01:00
parent 811c5843a9
commit 6279dd3885
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -31,6 +31,11 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit/
key: ${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit
run: uv run pre-commit run --all-files
+1 -1
View File
@@ -25,7 +25,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace