From 8a972f528ad851d44eb8d61b3d71361c7c2bcbd6 Mon Sep 17 00:00:00 2001 From: Lemonyte <49930425+lemonyte@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:05:55 -0700 Subject: [PATCH] Add a few pre-commit checks --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0bbbb97..5f530aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,9 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: + - id: check-added-large-files + - id: check-case-conflict + - id: check-json - id: check-toml - id: check-yaml - id: end-of-file-fixer