Codebase list pyexcel / fa0c4a79-49dd-4ebf-8785-98fcf0ed8cb5/upstream format.sh
fa0c4a79-49dd-4ebf-8785-98fcf0ed8cb5/upstream

Tree @fa0c4a79-49dd-4ebf-8785-98fcf0ed8cb5/upstream (Download .tar.gz)

format.sh @fa0c4a79-49dd-4ebf-8785-98fcf0ed8cb5/upstreamraw · 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