Skip to content

Commit 580ce52

Browse files
committed
Add fix.sh file.
1 parent 6596b6a commit 580ce52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fix.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -ex
3+
4+
isort .
5+
black .

0 commit comments

Comments
 (0)