19 lines
356 B
TOML
19 lines
356 B
TOML
[tool.black]
|
|
line-length = 100
|
|
|
|
[tool.basedpyright]
|
|
typeCheckingMode = "strict"
|
|
reportIgnoreCommentWithoutRule = true
|
|
reportUnusedCallResult = true
|
|
reportMissingTypeStubs = false
|
|
|
|
# handled by ruff
|
|
reportUnusedVariable = false
|
|
reportUnusedImport = false
|
|
reportUndefinedVariable = false
|
|
|
|
|
|
[tool.ruff.lint]
|
|
# Irrelevant for ansible
|
|
ignore = ["E402", "F404"]
|