From 4ba4d981ab9197db9bed3422dec3aa8a91afda8a Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Thu, 16 Apr 2026 14:24:27 -0400 Subject: chore: start project --- .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..6f69e96 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +((python-base-mode + . ((eglot-workspace-configuration + . (:basedpyright.analysis (:inlayHints (:callArgumentNames :json-false + :functionReturnTypes :json-false + :variableTypes :json-false))))))) -- cgit v1.2.3