Skip to content

Commit

Permalink
ci: comment out pytest-fast hook for selective test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
GatlenCulp committed Feb 1, 2025
1 parent 7a6d481 commit 424f2ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions {{ cookiecutter.repo_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 424f2ce

Please sign in to comment.