Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/gradio-oauth
Nymbo
/
gradio-oauth
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e464d27
gradio-oauth
/
pyproject.toml
Wauplin
HF Staff
some improvements
91bbd67
almost 2 years ago
raw
Copy download link
history
blame
Safe
192 Bytes
[tool.black]
line-length
=
119
target_version
= [
'py38'
,
'py39'
,
'py310'
]
preview
=
true
[tool.ruff]
select
= [
"E"
,
"F"
,
"I"
,
"W"
]
line-length
=
119
[tool.ruff.isort]
lines-after-imports
=
2