Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreped
/
neukit
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
neukit
/
shell
/
format.sh
andreped
Added linting shell scripts
dd58623
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
#!/bin/bash
isort --sl neukit app.py
black --line-length 80 neukit app.py
flake8 neukit app.py