Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreped
/
ReferenceBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f80c824
ReferenceBot
/
shell
/
format.sh
andreped
Added linting scripts
cda2232
over 1 year ago
raw
Copy download link
history
blame
Safe
98 Bytes
#!/bin/bash
isort --sl knowledge_gpt/
black --line-length 120 knowledge_gpt/
flake8 knowledge_gpt/