mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:32:05 -08:00
19 lines
438 B
TOML
19 lines
438 B
TOML
[tool.pytest.ini_options]
|
|
addopts = "-Wall -rsx -vv -s"
|
|
markers = [
|
|
"skip_browser",
|
|
"only_browser",
|
|
"skip_platform",
|
|
"only_platform"
|
|
]
|
|
junit_family = "xunit2"
|
|
asyncio_mode = "auto"
|
|
|
|
[tool.pyright]
|
|
pythonVersion = "3.8"
|
|
reportMissingImports = false
|
|
reportTypedDictNotRequiredAccess = false
|
|
reportCallInDefaultInitializer = true
|
|
reportOptionalSubscript = false
|
|
reportUnboundVariable = false
|
|
strictParameterNoneValue = false
|