11 lines
222 B
TOML
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
|