From 5b1c18f5a7f1fd5a377e89130273b6e7866b2b1d Mon Sep 17 00:00:00 2001 From: James Fulton Date: Wed, 17 Sep 2025 15:41:09 +0000 Subject: [PATCH] remove precommit --- .pre-commit-config.yaml | 20 -------------------- 1 file changed, 20 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 9edb1f6..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,20 +0,0 @@ -default_language_version: - python: python3 - -repos: - - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.4.0 - hooks: - # Supported hooks: https://pre-commit.com/hooks.html - - id: end-of-file-fixer - - id: detect-private-key - - - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: v0.6.4 - hooks: - # Run the linter and fix problems. - # * Must be run before ruff-format! - - id: ruff - args: [ --fix ] - # Run the formatter. - - id: ruff-format