From c3f533f20f4a30c842f85f2b5789d7575bd468b9 Mon Sep 17 00:00:00 2001 From: mauwii Date: Fri, 17 Feb 2023 02:52:21 +0100 Subject: [PATCH] update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1be8103b6..bd38a6128b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: check-ast - id: check-yaml - args: [--allow-multiple-documents] + args: [--unsafe] - id: check-added-large-files - repo: https://github.com/psf/black rev: 23.1.0