1. pre-commit failed to install somehow 2. I detest pre commit hooks that are slow.
7 lines
138 B
Bash
7 lines
138 B
Bash
echo "isort"
|
|
isort . --profile=black
|
|
echo "Black"
|
|
black .
|
|
echo "autoflake"
|
|
autoflake . --remove-all-unused-imports --recursive --in-place
|