Skip to content

Commit

Permalink
chore(makefile): using python3 as python version instead of python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EvOr committed Mar 9, 2021
1 parent e3020bc commit 2ffd5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ffd5a5

Please sign in to comment.