python_c-extensions / ruff.toml
Carbaz's picture
Sync from GitHub
26bead7 verified
Raw
History Blame Contribute Delete
172 Bytes
line-length = 89
[lint]
select = ["E", "D", "W"]
ignore = ["D203", "D204", "D208", "D213"]
[lint.per-file-ignores]
"*.ipynb" = ["ALL"]
"*.interactive" = ["ALL"]