pre-commit run pre-commit-hooks --all-files

This commit is contained in:
Christian Clauss
2025-02-27 10:50:31 +01:00
parent c9641cc765
commit 4abfaa6213
39 changed files with 95 additions and 91 deletions

View File

@@ -10,9 +10,9 @@ repos:
]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace