Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Sleeping
App
Files
Files
Community
8f436e2
fastapi_django_main_live
/
.ruff.toml
kenken999
Your commit message
b2add11
6 months ago
raw
Copy download link
history
blame
Safe
138 Bytes
line-length
=
88
# Global configuration
ignore
= [
"E501"
,
"W605"
,
"E203"
]
# Plugin-specific configurations
[mccabe]
max-complexity
=
12