[ADD] script format_python: simplify command to format python

This commit is contained in:
Mathieu Benoit 2023-06-28 11:12:44 -04:00
parent ba6ddee291
commit afe9cbb2a8

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
.venv/bin/isort --profile black -l 79 "$@"
./script/maintenance/black.sh "$@"