app.py / ruff.toml
foxiis's picture
Upload folder using huggingface_hub
7fa2003 verified
raw
history blame contribute delete
198 Bytes
line-length = 120
target-version = "py310"
[lint]
# Only ignore variables with names starting with "_".
dummy-variable-rgx = "^_.*$"
[lint.isort]
force-single-line = false
lines-after-imports = 2