Add pre-commit
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,4 +2,4 @@
|
||||
publish:
|
||||
poetry publish --build --repository gitea
|
||||
clean:
|
||||
find . -type f -name "*.py[co]" -delete -or -type d -name "__pycache__" -delete -or -type -name "dist" -delete
|
||||
find . -type f -name "*.py[co]" -delete -or -type d -name "__pycache__" -delete -or -type -name "dist" -delete
|
||||
|
||||
Reference in New Issue
Block a user