diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37f7004..f171a18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: debug-statements - id: end-of-file-fixer - exclude: 'tests/test_files|assets|moldf/covalent_bonds' + exclude: 'tests/test_files|assets|moldf/covalent_bonds|README.md' - id: forbid-new-submodules - id: trailing-whitespace exclude: 'tests/test_files|assets|moldf/covalent_bonds'