From 3cd34c4d07bd4b1f4da6be3416740b0742a0630b Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 2 Nov 2021 19:06:02 +0100 Subject: [PATCH] Add .pre-commit-config.yaml file. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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..a62c209 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1 @@ +repos: [] \ No newline at end of file