Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Jan 24, 2024
1 parent bf2fca3 commit 4d92838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
repos:
- repo: local
hooks:
Expand All @@ -8,4 +9,4 @@ repos:
pass_filenames: false
stages: [commit]
verbose: true
entry: bash -c "pytest || echo 'note tests failed but continuing commit anyway'"
entry: bash -c "pytest || echo 'note tests failed, continuing commit'"

0 comments on commit 4d92838

Please sign in to comment.