Merge pull request #131239 from SuperSandro2000/SuperSandro2000-patch-1
python39Packages.pyls-isort: add pythonImportsCheck
This commit is contained in:
commit
b5db65711c
@ -16,6 +16,8 @@ buildPythonPackage rec {
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "pyls_isort" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
isort python-lsp-server
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user