From f633fc406e5b5208d5b87032044924fb08f46d81 Mon Sep 17 00:00:00 2001 From: mhsn Date: Fri, 5 Sep 2025 14:03:49 +0100 Subject: delete pre-commit --- .pre-commit-config.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .pre-commit-config.yaml (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index d7264f7..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,14 +0,0 @@ -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 - hooks: - - id: check-executables-have-shebangs - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 - hooks: - - id: ruff - args: [ --fix ] - - id: ruff-format -- cgit v1.2.3