{"library":"python-lsp-black","title":"python-lsp-black","description":"A Black plugin for the Python LSP Server (python-lsp-server). Formats Python code using Black on save or on demand. Current version 2.0.0 requires python-lsp-server and Black >= 23.11.0. Initial release cadence was ~yearly, now slower.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install python-lsp-black"],"cli":null},"imports":["No import needed; auto-loaded via entry point"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Ensure python-lsp-server and python-lsp-black are installed\n# Then, in your editor with LSP client configured for pylsp,\n# Black formatting should work automatically.\n# You can configure via pylsp settings, e.g.:\n# pylsp.plugins.black.line_length = 88","lang":"python","description":"After installation, black formatting is available. No explicit import needed.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}