1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00
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"]