Hugging Face
Models
Datasets
Spaces
Posts
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...
23072f6
py-code-analyzer
/
Makefile
cyyeh
init
23072f6
over 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
format:
pipenv
run
black py_code_analyzer && \
pipenv
run
isort py_code_analyzer && \
pipenv
run
mypy
test:
pipenv
run
pytest --cov
--cov-fail-under
=100