[tool.black]
line-length=100

[tool.basedpyright]
typeCheckingMode = "strict"
reportIgnoreCommentWithoutRule = true
reportMissingTypeStubs = false

# handled by ruff
reportUnusedVariable = false
reportUnusedImport = false