Skip to content

Commit

Permalink
Installing pylint for test to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Clarke committed Aug 20, 2024
1 parent f1532e8 commit 76a5d83
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 @@ -10,7 +10,7 @@ venv:
python3 -m venv venv ;\
. ./venv/bin/activate ;\
pip install --upgrade pip;\
pip install .
pip install .;\
poetry install

pylint:
Expand Down

0 comments on commit 76a5d83

Please sign in to comment.