Skip to content

Commit

Permalink
Create pyproject.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 18, 2024
1 parent 745d62c commit d9d074e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/pyproject.md
Original file line number Diff line number Diff line change
@@ -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"
```

0 comments on commit d9d074e

Please sign in to comment.