Merge pull request #131239 from SuperSandro2000/SuperSandro2000-patch-1

python39Packages.pyls-isort: add pythonImportsCheck
This commit is contained in:
Sandro 2021-07-23 18:01:00 +02:00 committed by GitHub
commit b5db65711c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ buildPythonPackage rec {
# no tests
doCheck = false;
pythonImportsCheck = [ "pyls_isort" ];
propagatedBuildInputs = [
isort python-lsp-server
];