fmt: makes fmting faster by only looking at src and test dirs
This commit is contained in:
parent
38c27ad2c4
commit
d654ee61dd
3
do.sh
3
do.sh
@ -23,7 +23,8 @@ fmt() {
|
|||||||
else
|
else
|
||||||
poetry run black .
|
poetry run black .
|
||||||
fi
|
fi
|
||||||
find . -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
|
find tantri -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
|
||||||
|
find tests -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
test() {
|
test() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user