You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ensures the same version of autopep8 is installed whether the user
passes "python-lsp-server[all]" or "python-lsp-server[autopep8]" to pip.
Resolves: python-lsp#513
If one selects
python-lsp-server[all]
optional dependencies they will get the following:python-lsp-server/pyproject.toml
Lines 28 to 30 in 762853c
However, if they select
python-lsp-server[autopep8]
they will get the following:python-lsp-server/pyproject.toml
Line 41 in 762853c
The text was updated successfully, but these errors were encountered: