diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 067a67a..eb08301 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +--- repos: - repo: local hooks: @@ -8,4 +9,4 @@ repos: pass_filenames: false stages: [commit] verbose: true - entry: bash -c "pytest || echo 'note tests failed but continuing commit anyway'" \ No newline at end of file + entry: bash -c "pytest || echo 'note tests failed, continuing commit'"