From d9d074e088fc592014995757cdf9e4a82146cfa4 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 18 Aug 2024 13:46:08 +0900 Subject: [PATCH] Create pyproject.md --- docs/source/pyproject.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/source/pyproject.md 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" +```