Remove pyright config

This commit is contained in:
Evie Litherland-Smith 2024-03-25 07:39:55 +00:00
parent f84d21d67e
commit 3441177a6d

View file

@ -88,10 +88,6 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:fuzzy t)
:jedi_definition (:enabled t)
:jedi_hover (:enabled t)))
:pyright ( :disableOrganizeImports t) ; Use isort instead
:python.analysis ( :autoImportCompletions t
:diagnosticMode "openFilesOnly" ; Better single-file support
:typeCheckingMode "off") ; Use mypy instead
:nil ( :nix
( :maxMemoryMB nil
:flake