From 1ebd6f7cda38f6b779595293119fa146183bf4d1 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 5 Mar 2024 22:44:47 +0000 Subject: [PATCH] Chore: Implement minimal pre-commit configuration for pre-commit.ci Signed-off-by: Matthew Watkins --- .pre-commit-config.yaml | 10 ++++++++++ 1 file changed, 10 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..185183b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,10 @@ +--- +ci: + autofix_commit_msg: "Chore: pre-commit autoupdate" + +repos: + + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.5.0 + hooks: + - id: check-added-large-files