correct pre-commit pytest

This commit is contained in:
Ryan Merolle 2024-11-08 12:02:29 -05:00 committed by GitHub
parent f30f3f2b87
commit c0f771efa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,12 +22,12 @@ repos:
rev: v0.14.0
hooks:
- id: markdownlint-cli2
#- repo: local
# hooks:
# - id: pytest
# name: Run PyTest Case Checks
# entry: pytest
# language: system
# args: [--tb=short, -v]
# pass_filenames: false
# always_run: true
- repo: local
hooks:
- id: pytest
name: Run PyTest Case Checks
entry: pytest
language: system
args: [--tb=short, -v]
pass_filenames: false
always_run: true