mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-08-06 15:28:05 +00:00
Create pyproject.md
This commit is contained in:
parent
745d62cf77
commit
d9d074e088
1 changed files with 10 additions and 0 deletions
10
docs/source/pyproject.md
Normal file
10
docs/source/pyproject.md
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue