From afda380ebf655c77730062f7393696ea5b7839aa Mon Sep 17 00:00:00 2001 From: unexcellent <> Date: Tue, 29 Oct 2024 21:02:19 +0100 Subject: [PATCH] chore: remove pytest from pre-commit --- .pre-commit-config.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caf8bd3..d22a66e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,17 +44,6 @@ repos: pass_filenames: false args: [raillabel] - - repo: local - hooks: - - id: pytest - name: Run Unit Tests - stages: [commit] - types: [python] - entry: .venv/bin/python -m pytest - language: system - pass_filenames: false - always_run: true - - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.5 hooks: