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

* chore(isort): specify Python version to be assumed https://pycqa.github.io/isort/docs/configuration/options#python-version Default is to assume _any_ Python 3 version could be the target. * chore(black): specify Python target versions https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#t-target-version * chore(ruff): specify Python version to be assumed https://docs.astral.sh/ruff/settings/#target-version * chore: exclude directories from auto-formatting
3 lines
95 B
TOML
3 lines
95 B
TOML
[tool.black]
|
|
target-version = ["py39", "py310", "py311", "py312"]
|
|
extend-exclude = "qt/bundle"
|