release code
This commit is contained in:
11
Dassl.ProGrad.pytorch/linter.sh
Normal file
11
Dassl.ProGrad.pytorch/linter.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
echo "Running isort"
|
||||
isort -y -sp .
|
||||
echo "Done"
|
||||
|
||||
echo "Running yapf"
|
||||
yapf -i -r -vv -e build .
|
||||
echo "Done"
|
||||
|
||||
echo "Running flake8"
|
||||
flake8 .
|
||||
echo "Done"
|
||||
Reference in New Issue
Block a user