forked from kenkeiras/org-rw
feat: Add script to apply formatting tools.
This commit is contained in:
parent
c6d8575ae5
commit
66b42e0b96
1 changed files with 11 additions and 0 deletions
11
scripts/apply-formatting.sh
Executable file
11
scripts/apply-formatting.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd "`dirname $0`"
|
||||
cd ..
|
||||
|
||||
set -x
|
||||
|
||||
isort --profile black .
|
||||
black .
|
Loading…
Add table
Add a link
Reference in a new issue