mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
16 lines
280 B
TOML
16 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"
|