Codebase list pyexcel / 158eaf03-920c-425e-868d-5f6ce4897800/upstream/0.7.0 format.sh
158eaf03-920c-425e-868d-5f6ce4897800/upstream/0.7.0

Tree @158eaf03-920c-425e-868d-5f6ce4897800/upstream/0.7.0 (Download .tar.gz)

format.sh @158eaf03-920c-425e-868d-5f6ce4897800/upstream/0.7.0raw · history · blame

1
2
3
isort $(find pyexcel -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel
black -l 79 tests