Skip to content

Commit

Permalink
Fix make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 10, 2024
1 parent 37d26c6 commit 5e20a04
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 @@ -13,7 +13,7 @@ serve:
.PHONY: lint
lint:
python3 -m venv ./linter/.venv/
PIP_USER= source ./linter/.venv/bin/activate \
PIP_USER= . ./linter/.venv/bin/activate \
&& pip install -r ./linter/requirements.txt \
&& ./linter/linter.py

Expand Down

0 comments on commit 5e20a04

Please sign in to comment.