summaryrefslogtreecommitdiff
path: root/pkgs/by-name/si/signal-desktop-bin/pyproject.toml
blob: eeee9c7287a056dd482c7f47bc6e875837bee62b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"