Files
bec_plugin_copier_template/template/.git_hooks/pre-commit
David Perl 79845f7697
Some checks failed
release / Release (push) Failing after 14s
feat: move template into subdirectory
BREAKING CHANGE: reorganises repo, arbitrary choice for v1 release
2025-05-12 11:13:53 +02: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')