gradio-oauth / pyproject.toml
Wauplin's picture
Wauplin HF staff
some improvements
91bbd67
raw
history blame
No virus
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