LyNoS / shell /format.sh
andreped's picture
Added shell scripts
599b55b
raw
history blame
No virus
120 Bytes
#!/bin/bash
isort --sl demo/src/ demo/app.py
black --line-length 160 demo/src/ demo/app.py
flake8 demo/src/ demo/app.py