From 424f2ce0995ec33dd6f3c8ec211073d2335cb471 Mon Sep 17 00:00:00 2001 From: GatlenCulp Date: Fri, 31 Jan 2025 22:47:21 -0500 Subject: [PATCH] ci: comment out pytest-fast hook for selective test execution --- .../.pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml b/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml index 0f24f17b3..2de7dc8c5 100644 --- a/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml @@ -225,11 +225,11 @@ repos: pass_filenames: false always_run: true # STRICT - - id: pytest-fast - name: 🧪 test · Run fast tests - entry: ./.venv/bin/pytest tests - language: system - types: [python] - args: ["--max-timeout=3"] - pass_filenames: false - always_run: true + # - id: pytest-fast + # name: 🧪 test · Run fast tests + # entry: ./.venv/bin/pytest tests + # language: system + # types: [python] + # args: ["--max-timeout=3"] + # pass_filenames: false + # always_run: true