pylyzer 0.0.82

A static code analyzer & language server for Python
1
2
3
4
5
6
7
8
9
10
# `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"
```