From d907c64ee6bb7ce9536377a6c1f8f978d86ffd99 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sat, 9 Sep 2023 09:58:02 +0000 Subject: [PATCH] remove pre commit file --- modules/ml-pipeline/.pre-commit-config.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/ml-pipeline/.pre-commit-config.yaml diff --git a/modules/ml-pipeline/.pre-commit-config.yaml b/modules/ml-pipeline/.pre-commit-config.yaml deleted file mode 100644 index 34a9b78..0000000 --- a/modules/ml-pipeline/.pre-commit-config.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Pre commit hooks -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 - hooks: - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 22.10.0 - hooks: - - id: black