1
0
Fork 0
ansible-systemd/pyproject.toml

11 Zeilen
176 B
TOML

2023-04-20 22:06:09 +00:00
[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"]