anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / networking / instant-messengers / signal-desktop / pyproject.toml
blobeeee9c7287a056dd482c7f47bc6e875837bee62b
1 [tool.mypy]
2 files = ["*.py"]
3 strict = true
5 [tool.ruff]
6 line-length = 80
8 [tool.ruff.lint]
9 select = ["ALL"]
10 ignore = ["COM812", "D203", "D213", "ISC001", "T201"]
11 allowed-confusables = ["‐"]
13 [tool.ruff.format]
14 docstring-code-format = true
15 docstring-code-line-length = "dynamic"