From e224b65804cefe5ba37355263accff09decd8363 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Wed, 4 Aug 2021 18:04:07 +0200 Subject: [PATCH] Added hooks. --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 499d3b1..6879e6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,11 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + - id: destroyed-symlinks + - id: detect-private-key + - id: check-ast + - id: check-case-conflict + - id: debug-statements - repo: https://github.com/frnmst/md-toc rev: '8.0.0' # or a specific git tag from md-toc