pylyzer/docs/options/pyproject.md

11 lines
214 B
Markdown

# `pyproject.toml` options
## `tool.pylyzer.python.path`
Path to the Python interpreter to use. If not set, the default Python interpreter will be used.
```toml
[tool.pylyzer.python]
path = "path/to/python"
```