Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/gradio-oauth
liyaoshi
/
gradio-oauth-test
like
1
Sleeping
App
Files
Files
Community
99e1d75
gradio-oauth-test
/
pyproject.toml
Wauplin
HF staff
some improvements
91bbd67
over 1 year 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