Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sunbird
/
acres
like
0
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
acres
/
Makefile
Patrick Walukagga
Add liniting
14a4318
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
.PHONY: lint
-
apply lint
-
check
lint
-
check
:
@echo
"Checking for lint errors..."
flake8 .
black
--check .
isort
--check-only .
lint
-
apply:
@echo
"apply linting ..."
black .
isort .