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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_lsp_pylama-0.1.tar.gz.
File metadata
- Download URL: python_lsp_pylama-0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34f0c3a0d428f1ff30f6dd48d3b0d6d10fb995b6e7790e661efb70c887ed5826
|
|
| MD5 |
560192630152c4491ecff93dbbfc73e4
|
|
| BLAKE2b-256 |
f92e6560a5243ba0e15a9e2d2a18a645d2b661283db866a90cf3d23a9700cb47
|
File details
Details for the file python_lsp_pylama-0.1-py3-none-any.whl.
File metadata
- Download URL: python_lsp_pylama-0.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1faa56aefc89a5cce1bf81d3f6690ac0f8c93629407f12e120aa1094bac6e8ea
|
|
| MD5 |
2df652902a478f2890b32f0066fb172a
|
|
| BLAKE2b-256 |
7e3c8f1f2b2b04dff6f3ac8cc20eb89520dc2aa5ee4d171cd317e53f60911066
|