Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tschm
/
scribble
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
scribble
/
.ruff.toml
tschm
local support
2a33a28
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
exclude
= [
"*__init__.py"
]
line-length
=
120
target-version
=
"py312"
select
= [
"E"
,
"F"
,
"I"
]