pylyzer/docs/options/pyproject.md
Shunsuke Shibayama 96b6db2904 doc: update docs
2024-08-18 14:22:42 +09:00

214 B

pyproject.toml options

tool.pylyzer.python.path

Path to the Python interpreter to use. If not set, the default Python interpreter will be used.

[tool.pylyzer.python]
path = "path/to/python"