mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
9 lines
116 B
TOML
9 lines
116 B
TOML
|
line-length = 100
|
||
|
|
||
|
[lint]
|
||
|
ignore = []
|
||
|
select = ["E4", "E7", "E9", "F"]
|
||
|
|
||
|
[per-file-ignores]
|
||
|
"__init__.py" = ["F401"]
|