Codebase list pyexcel / ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0 format.sh
ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0

Tree @ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0 (Download .tar.gz)

format.sh @ada8aec4-029c-420a-9a92-246b7ef6229f/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