Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CK-Explorer
/
DuoSubs
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DuoSubs
/
pyproject.toml
CK-Explorer
build: add ruff style and mypy checking
596313e
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
[tool.ruff]
line-length
=
88
target-version
=
"py311"
[tool.ruff.lint]
select
= [
"E"
,
"F"
,
"B"
,
"I"
,
"RUF"
]
[tool.mypy]
strict
=
true