From 5bd930207eb0c16abadab4e6496d779e090839a8 Mon Sep 17 00:00:00 2001 From: ghiggi Date: Sun, 7 Apr 2024 10:32:23 +0200 Subject: [PATCH] Add explanation --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d320d2..d6d8828 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,10 @@ repos: - id: codespell types_or: [python, markdown] additional_dependencies: [tomli] - + + # Cause various problems + # # - warnings for line length + # # - reformat md issue template files in wrong way ! # - repo: https://github.com/adrienverge/yamllint.git # rev: v1.26.3 # hooks: