git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
15 lines
280 B
TOML
15 lines
280 B
TOML
[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"
|