Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Max-imillian
/
PaperCast
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PaperCast
/
pyproject.toml
Max2191
Initial Build
14c7fcf
13 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
177 Bytes
[tool.pytest.ini_options]
pythonpath
= [
"."
]
testpaths
= [
"tests"
]
[tool.ruff]
line-length
=
100
target-version
=
"py311"
[tool.ruff.lint]
select
= [
"E"
,
"F"
,
"I"
,
"UP"
,
"B"
]