Skip to content

Commit ac46026

Browse files
committed
Added header for push start
1 parent 34c9e90 commit ac46026

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.githooks/pre-push

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#! /bin/bash
22

3+
ROOT_DIR="$(git rev-parse --show-toplevel)"
4+
source "${ROOT_DIR}/scripts/helpers"
5+
36
./scripts/check_isort
47
./scripts/check_black
8+
9+
header "Proceeding with push"

0 commit comments

Comments
 (0)