From d44f2b3cd4a6caf386638fecd60a7614971c2bf5 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 | 6 ++++++ 1 file changed, 6 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..8392d35 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: + - id: check-added-large-files + - id: trailing-whitespace