diff options
| -rw-r--r-- | .pre-commit-config.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5954a1..f24cade 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos:        - id: check-merge-conflict        - id: check-toml        - id: check-yaml -        args: [--allow-multiple-documents] +        args: [--allow-multiple-documents, --unsafe]          exclude: ^docs/mkdocs.yml        - id: end-of-file-fixer        - id: trailing-whitespace | 
