Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adamelliotfields
/
playground-template
like
2
Sleeping
App
Files
Files
Community
26
7f1bd15
playground-template
/
ruff.toml
adamelliotfields
Settings
30b472e
verified
4 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
extend-include
= [
"*.ipynb"
]
line-length
=
110
[lint]
ignore
= [
"F401"
]
[lint.per-file-ignores]
"*.ipynb"
= [
"E402"
]