Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kymlcode/GPT-SoVITS-v2
aiqcamp
/
Polaroid
like
45
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aiqcamp
commited on
16 days ago
Commit
a7f1c9f
·
verified
·
1 Parent(s):
eac318a
Upload ruff.toml
Browse files
Files changed (1)
hide
show
ruff.toml
+4
-0
ruff.toml
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
line-length = 120
2
+
target-version = "py310"
3
+
4
+
lint.select = ["I"]