diff options
| author | Shyam Sunder | 2020-08-22 22:08:52 -0400 |
|---|---|---|
| committer | Shyam Sunder | 2020-08-22 22:08:52 -0400 |
| commit | 3e69edc11748d7835ec9d878b22c6834f553cb47 (patch) | |
| tree | f5463a27dd2b92faf25f0f1fafaa9e1e756a4e60 | |
| parent | 74c97efdef3154004692b943ef70713d48357dff (diff) | |
dev/pre-commit: move pytest hook to 'push' stage
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b79174..2b35471 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,6 +75,7 @@ repos: files: server/szurubooru/ exclude: server/szurubooru/migrations/ pass_filenames: false + stages: [push] - id: pytest-cov name: pytest |