From 19397f9234d071c4d59617e19cd367995edeed9c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 9 Apr 2022 13:59:56 +0300
Subject: [PATCH] Check TOML files in pre-commit.

There was a hook before, but it was restricted just to Pipfile. Now scan
all of them.
---
 .pre-commit-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0a204fa..df8d347 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,6 +8,7 @@ repos:
       - id: check-symlinks
         exclude: >-
           myclirc|netrc|packet-cli|mycli-history|scwrc|gcloud\.json|\.envrc\.private
+      - id: check-toml
       - id: check-toml
         files: Pipfile
       - id: trailing-whitespace
-- 
GitLab