chore: enable commented pre-commit rules

This commit is contained in:
Enno Hermann 2024-05-07 19:42:43 +02:00
parent 8d2a562c59
commit 5cf1d41555
1 changed files with 2 additions and 4 deletions

View File

@ -3,10 +3,8 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
# TODO: enable these later; there are plenty of violating
# files that need to be fixed first
# - id: end-of-file-fixer
# - id: trailing-whitespace
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: "https://github.com/psf/black"
rev: 24.2.0
hooks: