repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
networking
/
instant-messengers
/
signal-desktop
/
pyproject.toml
blob
eeee9c7287a056dd482c7f47bc6e875837bee62b
1
[tool.mypy]
2
files = ["*.py"]
3
strict = true
4
5
[tool.ruff]
6
line-length = 80
7
8
[tool.ruff.lint]
9
select = ["ALL"]
10
ignore = ["COM812", "D203", "D213", "ISC001", "T201"]
11
allowed-confusables = ["‐"]
12
13
[tool.ruff.format]
14
docstring-code-format = true
15
docstring-code-line-length = "dynamic"