Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ginigen
/
cartoon
like
73
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ginipick
commited on
17 days ago
Commit
b0129fb
·
verified
·
1 Parent(s):
9d3d8b5
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"]