ubuntu-dev-tools/pyproject.toml
2025-12-03 14:54:54 +01:00

11 lines
154 B
TOML

[tool.black]
line-length = 99
[tool.isort]
line_length = 99
profile = "black"
[tool.mypy]
disallow_incomplete_defs = true
ignore_missing_imports = true