feat: move template into subdirectory

This commit is contained in:
2025-05-12 10:55:41 +02:00
parent 4456f21f90
commit d5ef5da5b2
31 changed files with 3 additions and 6 deletions

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')