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:
MCP-1st-Birthday
/
amcp
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
amcp
/
.ruff.toml
moelove
clean up
f679000
9 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
192 Bytes
# Ruff configuration
line-length
=
120
[lint]
select
= [
"E"
,
"F"
,
"UP"
,
"B"
,
"SIM"
,
"I"
]
ignore
= [
"E501"
]
# Ignore line length for now
[lint.per-file-ignores]
"tests/*"
= [
"F401"
,
"F811"
]