Add pre-commit

This commit is contained in:
2023-02-28 22:51:50 +01:00
parent ce1d881c84
commit f69939f783
4 changed files with 7 additions and 4 deletions

View File

@@ -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