AeroPath / shell /format.sh
andreped's picture
Added linting scripts
87f4ea6 unverified
raw
history blame contribute delete
No virus
119 Bytes
#!/bin/bash
isort --sl demo/src/ demo/app.py
black --line-length 80 demo/src/ demo/app.py
flake8 demo/src/ demo/app.py