Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 13:13:11 +08:00
parent 95fb5a54b1
commit 596065c25d
7 changed files with 20 additions and 34 deletions

View File

@@ -1,6 +1,13 @@
#!/bin/bash
# bash ./scripts/black.sh
# script=$(readlink -f "$0")
# scriptpath=$(dirname "$script")
# echo $scriptpath
# delete Python cache files
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
black ./tests/
black ./xautodl/procedures
black ./xautodl/datasets