From af06519fc4eb646ba77d97da261a7dd5ec3fc7f3 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Tue, 29 Nov 2022 09:00:45 +0100 Subject: [PATCH] re-enable hooks (#3629) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7966a2dc..5bb5907e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: - id: check-json # checks JSON syntax - id: check-yaml # checks YAML syntax - id: check-toml # checks TOML syntax - #- id: end-of-file-fixer # checks there is a newline at the end of the file # FIXME: pydoc-markdown conflicts with this - #- id: trailing-whitespace # trims trailing whitespace # FIXME: pydoc-markdown conflicts with this + - id: end-of-file-fixer # checks there is a newline at the end of the file # FIXME: pydoc-markdown conflicts with this + - id: trailing-whitespace # trims trailing whitespace # FIXME: pydoc-markdown conflicts with this - id: check-merge-conflict # checks for no merge conflict strings - id: check-shebang-scripts-are-executable # checks all shell scripts have executable permissions - id: mixed-line-ending # normalizes line endings