Skip to content

Commit

Permalink
feat(python): add pylint and enable all lsp dependencies for python.
Browse files Browse the repository at this point in the history
This results in having Python checks running inside the editor.
  • Loading branch information
shahinism committed Aug 28, 2024
1 parent 889026e commit 97dcfe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
enable = true;
requirements = ''
pdm
python-lsp-server
python-lsp-server[all]
pylint
importmagic
epc
'';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
enable = true;
requirements = ''
pdm
python-lsp-server
python-lsp-server[all]
pylint
importmagic
epc
black
Expand Down

0 comments on commit 97dcfe8

Please sign in to comment.