Some checks failed
release / Release (push) Failing after 14s
BREAKING CHANGE: reorganises repo, arbitrary choice for v1 release
4 lines
287 B
Plaintext
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')
|