diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f91d10b7b..28ed93d8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,7 @@ repos: - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ + args: ['--unsafe'] - repo: local hooks: - id: flake8