[ADD] script format_python: simplify command to format python
This commit is contained in:
parent
ba6ddee291
commit
afe9cbb2a8
1 changed files with 3 additions and 0 deletions
3
script/maintenance/format_python.sh
Executable file
3
script/maintenance/format_python.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
.venv/bin/isort --profile black -l 79 "$@"
|
||||
./script/maintenance/black.sh "$@"
|
||||
Loading…
Reference in a new issue