1
0
Fork 0
ansible-systemd/pyproject.toml

11 Zeilen
176 B
TOML

[tool.black]
line-length = 140
[tool.isort]
atomic = true
profile = "black"
line_length = 140
[tool.mypy]
disable_error_code = ["import-untyped", "no-redef", "attr-defined"]