From c6fb84c5a7db35a53cbb79fd235fb3c6397b9345 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 22 Oct 2023 20:25:57 +0300 Subject: [PATCH] .pre-commit-config.yaml: enable check-json from pre-commit-hooks --- .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 b6c033c..7a71103 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: exclude_types: [svg, tsv] #- id: check-docstring-first - #- id: check-json + - id: check-json - id: check-merge-conflict - id: check-toml - id: check-xml