{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"}],"enrichment":{"capability":"Integrates mypy static type checking into the Python LSP Server, displaying type errors and inferred types directly in your IDE as you edit.","skillfed_tags":["type-checking","lsp-plugin","mypy-integration"],"use_cases":["Enable type checking hints in your editor while writing Python code, catching type mismatches before runtime.","Use dmypy daemon mode to speed up repeated type checks on large projects during active development.","Exclude test directories or generated code from type checking via regex patterns in pyproject.toml.","Display inferred types on hover to understand what mypy sees, useful when debugging type inference.","Integrate strict type checking into your IDE workflow without running mypy as a separate build step."],"what_it_does":"pylsp-mypy is a plugin that bridges mypy, Python's static type checker, into the Python LSP Server so that type errors appear in your editor in real time. Instead of running mypy separately from the command line, you get inline diagnostics as you type\u2014or on save, depending on configuration. It reads mypy configuration from pyproject.toml and supports both standard mypy and the faster dmypy daemon mode for repeated checks.\n\nThe plugin is designed for developers who want to catch type errors early without leaving their IDE. It offers granular control over strictness, file exclusions, and performance trade-offs (live checking versus save-on-check). Configuration is straightforward via pyproject.toml, though advanced users can also pass custom mypy or dmypy commands\u2014though doing so requires explicitly setting an environment variable for security.","worth_installing":"Yes. This is a well-maintained, low-friction plugin that solves a real problem: bringing mypy diagnostics into your editor. It has no known vulnerabilities, permissive licensing, and active development. Install it if you use python-lsp-server and want inline type checking; the only gotcha is the Python 3.10+ requirement and the need to install it in the same virtualenv as the LSP server itself."},"id":"pylsp-mypy","links":{"html":"https://skillfed.io/packages/pylsp-mypy","md":"https://skillfed.io/packages/pylsp-mypy.md","pypi":"https://pypi.org/project/pylsp-mypy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-17","license_spdx":"MIT","license_treatment":"permissive","name":"pylsp-mypy","python_support":"supports_current","summary":"Mypy linter for the Python LSP Server"},"popularity":{"monthly_downloads":321754,"position":7620,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8.0"}
