andreped's picture
Added linting; format workflow; formatted code
14bade9
raw
history blame
75 Bytes
#!/bin/bash
isort --sl app.py
black --line-length 120 app.py
flake8 app.py