ticketfrei3/git-hooks/pre-commit

10 lines
189 B
Bash
Executable File

#!/bin/sh
#
# Copyright (C) 2020 by Thomas Lindner <tom@dl6tom.de>
#
# SPDX-License-Identifier: 0BSD
#
# client-side git-hook - run tests and stylechecker
cd backend && exec .venv/bin/tox