DeepDubber-V1 / ruff.toml
Opus
init
9d9ac6c
raw
history blame contribute delete
216 Bytes
line-length = 120
target-version = "py310"
[lint]
# Only ignore variables with names starting with "_".
dummy-variable-rgx = "^_.*$"
ignore = ["E402"]
[lint.isort]
force-single-line = false
lines-after-imports = 2