init
This commit is contained in:
10
f5/F5-TTS/ruff.toml
Normal file
10
f5/F5-TTS/ruff.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user