-
Hello,
using python-language-server together with Emacs lsp-mode, I get duplicate warnings for e.g. unused imports. The workspace log shows:
```
{
"severity": 2,
"message": "'xx…
floli updated
3 years ago
-
## Information
**VIM version**
```
NVIM v0.9.5 …
-
Hi folks,
This new classifier will be useful for users of https://github.com/PyCQA/pylint to discover plugins published by the community. Pylint has support for custom plugins and there are quite a…
-
### Describe the bug
See exception below.
```bash
$ flake8 integration_tests/tests/observation_control/astrokat_unittests.py
Traceback (most recent call last):
File "/usr/lib/python3/dist-p…
-
Not sure how possible but it might be nice to have this duplication detection be part of the general linting checks. Most plugins are written as AST visitors which might be able to replace some of the…
-
I cannot use flakehell 0.8.0 or 0.9.0. I am using Python 3.10 in a Poetry venv.
```
$ flake8helled --help
Traceback (most recent call last):
File "/home/NINA.NO/benjamin.cretois/.cache/pypoetr…
-
It seems that language server completions are not suggested for snippets inside paired delimiters. This makes it difficult to use ALE in conjunction with a delimiter auto-pairing plugin (or when deli…
-
I'd like to conduct a software engineering experiment regarding the benefit of [Pylint](https://pypi.org/project/pylint/) alerts removal.
The experiment is described [here](https://github.com/eviden…
-
Hello Tomas,
please show an informative error message for unknown parsers. Currently the [generic ISSUES parser](https://github.com/jenkinsci/warnings-ng-plugin/blob/master/doc/Documentation.md#cre…
-
I forked mpl-interactions, then made a branch for a new feature there and tried to commit my changes to that branch.
However it does not work and I get the following error message:
Looks like it has…