ez_docker/plugins/pyproject.toml
2024-10-12 16:40:43 +02:00

11 lines
222 B
TOML

[tool.black]
line-length=100
[tool.basedpyright]
typeCheckingMode = "strict"
reportIgnoreCommentWithoutRule = true
reportMissingTypeStubs = false
# handled by ruff
reportUnusedVariable = false
reportUnusedImport = false