2021-04-26 15:16:08 +02:00
|
|
|
#!/bin/bash
|
|
|
|
# bash ./scripts/black.sh
|
|
|
|
|
|
|
|
black ./tests/
|
2021-05-19 07:00:33 +02:00
|
|
|
black ./xautodl/procedures
|
|
|
|
black ./xautodl/datasets
|
|
|
|
black ./xautodl/xlayers
|
2021-04-26 15:16:08 +02:00
|
|
|
black ./exps/LFNA
|
|
|
|
black ./exps/trading
|
2021-05-19 07:00:33 +02:00
|
|
|
rm -rf ./xautodl.egg-info
|
|
|
|
rm -rf ./build
|
|
|
|
rm -rf ./dist
|
|
|
|
rm -rf ./.pytest_cache
|