Skip to content

Commit 2ffd5a5

Browse files
committed
chore(makefile): using python3 as python version instead of python3.7
1 parent e3020bc commit 2ffd5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pre-commit=./venv/bin/pre-commit
1111
.PHONY: lint venv
1212

1313
venv:
14-
python3.7 -m venv venv
14+
python3 -m venv venv
1515
$(pip) install pre-commit
1616
$(pre-commit) install -t commit-msg
1717

0 commit comments

Comments
 (0)