python39Packages.pyls-isort: add pythonImportsCheck
This commit is contained in:
parent
bceb16b076
commit
597f635071
@ -16,6 +16,8 @@ buildPythonPackage rec {
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "pyls_isort" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
isort python-language-server
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user