diffusion-xl / ruff.toml
adamelliotfields's picture
Add app
ae18532 verified
raw
history blame
120 Bytes
extend-include = ["*.ipynb"]
line-length = 110
[lint]
ignore = ["F401"]
[lint.per-file-ignores]
"*.ipynb" = ["E402"]