ffmpeg-encoding-benchmark/pyproject.toml
RealStickman 4ffb502c89
Some checks failed
ci/woodpecker/push/linting Pipeline failed
Add CI and pyright settings
2022-10-24 20:20:07 +02:00

5 lines
144 B
TOML

[tool.pyright]
#https://github.com/microsoft/pyright/blob/main/docs/configuration.md
typeCheckingMode = "strict"
reportUnusedImport = "warning"