From 77b104c071bd5c06fb0e455f20e596cdd2ac3c2f Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Thu, 22 May 2025 09:12:44 -0300 Subject: [PATCH] chore: remove pre commit --- .pre-commit-config.yaml | 9 --------- 1 file changed, 9 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 dfa210d..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -repos: - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 - hooks: - - id: ruff - args: ["--fix"] - exclude: "templates" - - id: ruff-format - exclude: "templates"