f5tts-with-mujahid / ruff.toml
Umadevi0305's picture
Upload 9 files
84c2b2a verified
raw
history blame
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