From d817545bd4c299405748e3daef8cf96f31f61e58 Mon Sep 17 00:00:00 2001 From: Irea Mosquera <70700974+ireaml@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:33:22 +0200 Subject: [PATCH] Delete .pre-commit-config.yaml --- .pre-commit-config.yaml | 10 ---------- 1 file changed, 10 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 fd16ba2..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files