Skip to content

Commit

Permalink
correct pre-commit pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmerolle authored Nov 8, 2024
1 parent f30f3f2 commit c0f771e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0f771e

Please sign in to comment.