Codebase list pyexcel / run/655d304a-eaf0-475a-85ab-c68c9964ef82/main format.sh
run/655d304a-eaf0-475a-85ab-c68c9964ef82/main

Tree @run/655d304a-eaf0-475a-85ab-c68c9964ef82/main (Download .tar.gz)

format.sh @run/655d304a-eaf0-475a-85ab-c68c9964ef82/mainraw · 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