Skip to main content

pylama linting plugin for pylsp

Project description

python-lsp-pylama is a plugin for python-lsp-server that makes it aware of pylama.

Install

In the same virtualenv as python-lsp-server:

> python -m pip install python-lsp-pylama

And then in your configuration for python-lsp-server:

settings = {
    pylsp = {
        plugins = {
            pylama = { enabled = true },
        }
    }
},

The options also include args which are a list of strings that are added to the command line arguments used for pylama.

Note that if you have noseOfYeti installed, then it will know how to transform any spec coding tests so that it may run pylama over them.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_lsp_pylama-0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

python_lsp_pylama-0.1-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page