Closed FedericoDM closed 6 months ago
Can you commit the requirements.txt file to the repo? I think we should track that since we will expect package changes, and previous ones have triggered security alerts.
Probably also worth mentioning that poetry run make
is also valid
Done adding the requirements.txt @aaronhaefner :)
Describe your changes
Makefile
for easier command executions.Non-obvious technical information
The
.PHONY
part tells you how to run the make command. If you were to run the 'precommit' command, you would do:For testing, you would do:
Checklist before requesting a review