From 93b539dd3b86bdba67e957a7f2c5da97b9de7ec4 Mon Sep 17 00:00:00 2001 From: Fabio Pliger Date: Thu, 5 May 2022 14:03:17 -0500 Subject: [PATCH] add pre-commit-config file --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 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 00000000..f893bfdd --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,4 @@ +# This is the configuration for pre-commit, a local framework for managing pre-commit hooks +# Check out the docs at: https://pre-commit.com/ + +repos: [] \ No newline at end of file