gradio-oauth-test / pyproject.toml
abidlabs's picture
abidlabs HF Staff
Duplicate from Wauplin/gradio-oauth-test
0a1bcd8
raw
history blame
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