From f54f25cfdc2302ae5d3825a014bb766b5eb6a116 Mon Sep 17 00:00:00 2001 From: gamzeisl Date: Tue, 24 Sep 2024 18:32:24 +0200 Subject: [PATCH] Remove config yaml file --- .pre-commit-config.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 8e2a03d..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,13 +0,0 @@ -repos: -- repo: https://github.com/google/yapf - rev: v0.40.2 - hooks: - - id: yapf -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 - hooks: - - id: trailing-whitespace - - id: check-ast - - id: check-case-conflict - - id: check-merge-conflict - - id: check-executables-have-shebangs \ No newline at end of file