Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sirapatrwan
/
Assignment5-23
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sirapatrwan
commited on
Apr 23, 2025
Commit
96669b8
·
verified
·
1 Parent(s):
ac26d1c
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"]