1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00
home-manager/tests/modules/programs/ruff/expected.toml
Gaetan Lepage 1bd1e86464
ruff: add module
ruff is Python linter and code formatter, written in Rust.
See <https://docs.astral.sh/ruff/>.
2023-11-22 23:51:52 +01:00

9 lines
116 B
TOML

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