S-Dreamer commited on
Commit
14c05cd
·
verified ·
1 Parent(s): 7db6840

Upload lint.sh

Browse files
Files changed (1) hide show
  1. lint.sh +7 -0
lint.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+
2
+ #!/bin/bash
3
+ black .
4
+ isort .
5
+ flake8 .
6
+ mypy .
7
+ pytest