Codebase list pyexcel / e9ec3f8c-7676-46ba-8bc4-d934883a96d0/upstream format.sh
e9ec3f8c-7676-46ba-8bc4-d934883a96d0/upstream

Tree @e9ec3f8c-7676-46ba-8bc4-d934883a96d0/upstream (Download .tar.gz)

format.sh @e9ec3f8c-7676-46ba-8bc4-d934883a96d0/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