From 10b075f1f8a6820326823deaccec2148096839bf Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 26 Aug 2022 06:17:11 -0700 Subject: [PATCH] Lint toml files --- .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 1f928ea..dae70b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,5 +37,5 @@ repos: rev: v2.7.1 hooks: - id: prettier - files: \.(html|md|yml|yaml) + files: \.(html|md|yml|yaml|toml) args: [--prose-wrap=preserve]