mirror of https://github.com/mtshiba/pylyzer
Create pyproject.md
This commit is contained in:
parent
745d62cf77
commit
d9d074e088
|
|
@ -0,0 +1,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"
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue