playground / ruff.toml
adamelliotfields's picture
Settings
30b472e verified
raw
history blame
120 Bytes
extend-include = ["*.ipynb"]
line-length = 110
[lint]
ignore = ["F401"]
[lint.per-file-ignores]
"*.ipynb" = ["E402"]