diff --git a/docs/source/pyproject.md b/docs/source/pyproject.md new file mode 100644 index 0000000..7128f3b --- /dev/null +++ b/docs/source/pyproject.md @@ -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" +```