3 lines
98 B
Bash
Executable file
3 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
.venv/bin/isort --profile black -l 79 "$@"
|
|
./script/maintenance/black.sh "$@"
|