Files
pearl_bec/.git_hooks/pre-commit
wyzula_j 6292e786f6
CI for pearl / test (push) Failing after 36s
Init repo pearl at template version v1.2.2
2026-02-24 11:22:54 +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')