Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/gradio-oauth
reach-vb
/
gradio-oauth
like
0
Runtime error
App
Files
Files
Community
1248eba
gradio-oauth
/
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