Anki/pyproject.toml
David Culley 0bbb052b42
chore: add initial configuration for pyright (#3361)
If you don't use Visual Studio Code as your text editor, and therefore
can't use the Pylance extension, but nonetheless use `pyright` as a CLI
application.
2024-08-17 13:10:02 +07:00

8 lines
182 B
TOML

[tool.black]
target-version = ["py39", "py310", "py311", "py312"]
extend-exclude = "qt/bundle"
[tool.pyright]
include = ["pylib/anki", "qt/aqt"]
stubPath = ""
pythonVersion = "3.9"