Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vidore
/
vidore-leaderboard
like
115
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
9331159
vidore-leaderboard
/
ruff.toml
tonywu71
add-support-for-new-vidore-result-format (
#2
)
9331159
verified
3 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
line-length
=
120
[lint]
select
= [
"E"
,
"F"
,
"W"
,
"I"
,
"N"
]
[lint.per-file-ignores]
"__init__.py"
= [
"F401"
]