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: