debian-python-pyexcel-ods/format.sh

4 lines
130 B
Bash

isort $(find pyexcel_ods -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_ods
black -l 79 tests