From 2e76162adf458fa347ca9128e1c8701327824e8d Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 21 Sep 2022 17:39:09 +0200 Subject: [PATCH] chore: add more pre-commit lints --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b447cbd..8a99c63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,11 @@ repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 + hooks: + - id: end-of-file-fixer + - id: check-added-large-files + - id: check-json + - repo: https://github.com/cathiele/pre-commit-rust rev: v0.1.0 hooks: