python39Packages.pyls-isort: add pythonImportsCheck

This commit is contained in:
Sandro 2021-07-23 15:29:03 +02:00 committed by GitHub
parent bceb16b076
commit 597f635071
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-language-server
];