Files
xil_bec/.git_hooks/pre-commit
wakonig_k 8b73cee07b
Some checks failed
CI for xil_bec / test (push) Failing after 32s
Init repo xil_bec at template version v1.2.2
2026-01-12 15:12:17 +01:00

4 lines
287 B
Plaintext

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