Skip to content

Commit

Permalink
run pytest git hook on pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
arv-anshul committed Dec 26, 2024
1 parent 71ce115 commit 6dfabc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ repos:
args: ["--maxfail=1", "-q"]
language: system
types: [python]
# always_run: true # disable this for now to check whether it is good or not?
pass_filenames: false
stages: [pre-push]

0 comments on commit 6dfabc0

Please sign in to comment.