From 2ffd5a5c8c8c4efe1235c75be5d1a5ae23aaf9ae Mon Sep 17 00:00:00 2001 From: Jan Villeminot Date: Tue, 9 Mar 2021 09:03:45 +0100 Subject: [PATCH] chore(makefile): using python3 as python version instead of python3.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81d1858..5160e41 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ pre-commit=./venv/bin/pre-commit .PHONY: lint venv venv: - python3.7 -m venv venv + python3 -m venv venv $(pip) install pre-commit $(pre-commit) install -t commit-msg