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