diff options
| author | 2023-04-21 22:50:19 +0100 | |
|---|---|---|
| committer | 2023-04-22 10:36:57 +0100 | |
| commit | 1928106184d1c24a563add7f12154320c1921b47 (patch) | |
| tree | fe09e0245a8c0bd2b92eedffb24b08cd4f598a83 | |
| parent | Use documented spec extensions in docker compose (diff) | |
Remove check-yaml unsafe arg
This is no longer needed as we are not using any 'unsafe' yml on purpose anymore.
| -rw-r--r-- | .pre-commit-config.yaml | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 511de28c7..b5a7f3dce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos:        - id: check-merge-conflict        - id: check-toml        - id: check-yaml -        args: [--unsafe] # Required due to custom constructors (e.g. !ENV)        - id: end-of-file-fixer        - id: trailing-whitespace          args: [--markdown-linebreak-ext=md] | 
