Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
adamelliotfields
/
diffusion
like
9
Running
on
Zero
App
Files
Files
Community
66
1128e78
diffusion
/
ruff.toml
adamelliotfields
Ruff
4967879
verified
4 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
extend-include
= [
"*.ipynb"
]
line-length
=
99
[lint]
ignore
= [
"F401"
]
[lint.per-file-ignores]
"*.ipynb"
= [
"E402"
]