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