Pre-commit update

This commit is contained in:
Donkie
2023-08-28 21:17:27 +02:00
parent 871e5282e5
commit 992c3220c7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
python-version: "3.9" python-version: "3.9"
- name: Install pre-commit - name: Install pre-commit
run: pip install pre-commit==3.3.2 run: pip install pre-commit==3.3.3
- name: Run pre-commit - name: Run pre-commit
run: pre-commit run --all-files run: pre-commit run --all-files

View File

@@ -2,7 +2,7 @@ default_language_version:
python: python3.9 python: python3.9
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0 rev: v4.4.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer