neukit / shell /format.sh
andreped's picture
Added linting shell scripts
dd58623
raw
history blame contribute delete
95 Bytes
#!/bin/bash
isort --sl neukit app.py
black --line-length 80 neukit app.py
flake8 neukit app.py