main_script_virgo/pyproject.toml

19 lines
379 B
TOML

[project]
name = "main_script_virgo"
[tool.ruff]
line-length = 72
builtins = ["_"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
doctstring-code-format = true
[tool.basedpyright]
typeCheckingMode = "all"
reportUnknown = false
reportUnknownMemberType = false
reportUnknownArgumentType = false
reportUnknownVariableType = false
reportUnusedCallResult = false