mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

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.
8 lines
182 B
TOML
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"
|