vidore-leaderboard / ruff.toml
tonywu71's picture
add-support-for-new-vidore-result-format (#2)
9331159 verified
raw
history blame
111 Bytes
line-length = 120
[lint]
select = ["E", "F", "W", "I", "N"]
[lint.per-file-ignores]
"__init__.py" = ["F401"]