From 37b552fb838eefc169542be037f41d07a48adc21 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 19 Dec 2022 22:40:00 +0100 Subject: [PATCH] Add more pre-commit checks --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index 6ab3070..09429c7 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -11,8 +11,11 @@ repos: - id: check-toml - id: check-xml - id: check-yaml + args: [--allow-multiple-documents] - id: end-of-file-fixer - id: check-merge-conflict + - id: debug-statements + - id: detect-private-key - id: pretty-format-json args: - --autofix