From c1b3227a9d7292a68441f92ec3b43f30eb1ada2b Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sun, 13 Oct 2024 02:18:27 -0400 Subject: [PATCH] Add a basic .pre-commit-config.yaml --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..15f050f --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,7 @@ +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: + - id: check-added-large-files + args: ['--maxkb=128'] + - id: check-yaml