aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-13 19:53:44 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-14 11:43:58 +0100
commitfcc95f6940b3d4744de7429b395964f7af5169e2 (patch)
treec708171f47583be7a0de2d1aa1b36bed815e1688
parentBump dnspython from 2.4.1 to 2.4.2 (#119) (diff)
Allow multiple documents within yaml files
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 477dcc3..3ecc748 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,6 +5,7 @@ repos:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
+ args: [--allow-multiple-documents]
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]