home-manager/tests/modules/programs/ruff/expected.toml

9 lines
116 B
TOML
Raw Normal View History

line-length = 100
[lint]
ignore = []
select = ["E4", "E7", "E9", "F"]
[per-file-ignores]
"__init__.py" = ["F401"]