Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
vidore
/
vidore-leaderboard
like
207
Running
App
Files
Files
Community
17
Fetching metadata from the HF Docker repository...
Tony Wu
commited on
Nov 8, 2024
Commit
658164b
·
1 Parent(s):
0858809
build: add ruff.toml
Browse files
Files changed (1)
hide
show
ruff.toml
+7
-0
ruff.toml
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
line-length = 120
2
+
3
+
[lint]
4
+
select = ["E", "F", "W", "I", "N"]
5
+
6
+
[lint.per-file-ignores]
7
+
"__init__.py" = ["F401"]