From 5cf1d415558e034dbec3fc5e42f5506e16d7ec5f Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 7 May 2024 19:42:43 +0200 Subject: [PATCH] chore: enable commented pre-commit rules --- .pre-commit-config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eeb02fde..21e48987 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: