Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cyyeh
/
py-code-analyzer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
231b6fa
py-code-analyzer
/
Makefile
cyyeh
refactor
2323639
over 3 years ago
raw
Copy download link
history
blame
Safe
193 Bytes
run:
pipenv
run
python app.py
format:
pipenv
run
black py_code_analyzer && \
pipenv
run
isort py_code_analyzer && \
pipenv
run
flake8 && \
pipenv
run
mypy
test:
pipenv
run
pytest --cov