added pre-commit to dev-reqs

This commit is contained in:
Paul Gauthier 2023-12-06 14:11:32 -08:00
parent bce0279ae6
commit fc9e956340
2 changed files with 33 additions and 11 deletions

View file

@ -1,3 +1,6 @@
#
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
#
pytest
pip-tools
lox
@ -5,3 +8,4 @@ matplotlib
pandas
typer
imgcat
pre-commit