depot/third_party/nixpkgs/pkgs/by-name/si/signal-desktop/pyproject.toml

16 lines
280 B
TOML
Raw Normal View History

[tool.mypy]
files = ["*.py"]
strict = true
[tool.ruff]
line-length = 80
[tool.ruff.lint]
select = ["ALL"]
ignore = ["COM812", "D203", "D213", "ISC001", "T201"]
allowed-confusables = [""]
[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = "dynamic"