pyls-black icon indicating copy to clipboard operation
pyls-black copied to clipboard

Black plugin for the Python Language Server

Results 11 pyls-black issues
Sort by recently updated
recently updated
newest added

Make changes to support black 22.1.0, which changed the return type of 'find_project_root' to a tuple. Resolves: #40

While testing the update to Black 22.1.0 in [Guix](https://issues.guix.gnu.org/53640), we noticed that this program seems to need some adjustments. After building pyls-black, we run the test suite. Almost all of...

How can I configure LanguageClient to use black?

https://github.com/rupert/pyls-black/issues/35 Attempt to move this over.

Hi, Given that Palantir removed all the community maintenance for both python-language-server (pyls) and python-jsonrpc-server (pyls_jsonrpc), we decided to create a separate organization that now maintains a community-based fork for...

Hi, does this integrate with Jupyter Lab notebooks? Thanks Philip

The documentation says, > To avoid unexpected results you should make sure yapf and autopep8 are not installed. This seems quite extreme. Do I really have to completely uninstall yapf...

How can I install it in sublime text using the following LSP + pyls setup: * https://github.com/tomv564/LSP * https://github.com/palantir/python-language-server Thank you.

At the moment we use the `find_project_root`, `FileMode.from_configuration`, and `format_file_contents` functions from the `black` package. At the moment if a new configuration option is added to `black`, our call to...

The following should be logged: * The directories we're searching to find the `pyproject.toml` config file. * The path to the config file (if found). * Each config option and...