From 6cf990000c314e6f8d9d3b0404c0d677aea0bb61 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 22 Jul 2022 20:33:57 +0200 Subject: [PATCH] whoops --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e303fca4d18..0ac9cff210a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,12 @@ repos: exclude: (templates\/.*|questions.yaml|chart_schema.yaml) - id: detect-private-key # detects the presence of private keys. + - repo: https://github.com/pre-commit/pygrep-hooks + rev: v1.9.0 + hooks: + - id: text-unicode-replacement-char + - id: rst-backticks + - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.5.1 hooks: