File size: 174 Bytes
b88c922
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/sh -e
set -x

autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place app --exclude=__init__.py
black app
isort --recursive --apply app