12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-oEWUXkE8U7/ye6puJZRSkQFi10BPGuc8XZQbHwqOPEI=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 # Tests wants to call dmypy
46 "test_option_overrides_dmypy"
50 description = "Mypy plugin for the Python LSP Server";
51 homepage = "https://github.com/python-lsp/pylsp-mypy";
52 license = licenses.mit;
53 maintainers = with maintainers; [ cpcloud ];