From 457d4afaece821a5881e91694db78ec6fa310240 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sat, 31 Jan 2026 20:12:54 +0200 Subject: feat: menu parsing --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..69799a1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.pylsp-mypy] +enabled = true +live_mode = true +strict = true \ No newline at end of file -- cgit v1.2.3