Init repo iss_bec at template version v1.1.1

This commit is contained in:
2025-06-25 08:59:28 +02:00
parent 124be25d79
commit 9a25b2c05a
35 changed files with 639 additions and 0 deletions

3
.git_hooks/pre-commit Normal file
View File

@@ -0,0 +1,3 @@
black --line-length=100 $(git diff --cached --name-only --diff-filter=ACM -- '*.py')
isort --line-length=100 --profile=black --multi-line=3 --trailing-comma $(git diff --cached --name-only --diff-filter=ACM -- '*.py')
git add $(git diff --cached --name-only --diff-filter=ACM -- '*.py')