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: