Skip to content

Commit

Permalink
fix: pyright & ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Aug 13, 2024
1 parent d7919fe commit 03c4284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
enable = true;
settings = {
pyright.disableOrganizeImports = true;
python.analysis.ignore = [ "*" ];
};
};
ruff.enable = true;
Expand All @@ -65,7 +64,7 @@
{
event = "LspAttach";
group = "lsp_attach_disable_ruff_hover";
callback = ''
callback.__raw = ''
function(args)
local client = vim.lsp.get_client_by_id(args.data.client_id)
if client == nil then
Expand Down

0 comments on commit 03c4284

Please sign in to comment.