debian-python-pyexcel-xls/format.sh

4 lines
130 B
Bash
Raw Permalink Normal View History

2020-08-29 22:39:55 +02:00
isort $(find pyexcel_xls -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_xls
black -l 79 tests