From 3e69edc11748d7835ec9d878b22c6834f553cb47 Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Sat, 22 Aug 2020 22:08:52 -0400 Subject: [PATCH] dev/pre-commit: move pytest hook to 'push' stage --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b791742..2b35471c 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