Codebase list pyexcel / a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0 format.sh
a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0

Tree @a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0 (Download .tar.gz)

format.sh @a2846738-f93c-4404-b4c7-77527c069dca/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