Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
e817e59
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