-
I regurarly use `pytest-flake8`, but now I can't terminate the flake8 check with Ctrl+C, because the main thread is exited, but the tests still running.
```
foo@foo:~/test$ tox
py27 installed: at…
-
```
File "/home/travis/virtualenv/python3.6.0/lib/python3.6/site-packages/moto/__init__.py", line 9, in
from .autoscaling import mock_autoscaling # flake8: noqa
File "/home/travis/virtual…
-
`ament_flake8` specifies an import order style but does not depend on or install `flake8-import-order`. This makes the results dependent on runtime conditions. https://github.com/ament/ament_lint/blob…
rotu updated
10 months ago
-
This is used at least by pycodestyle and flake8 to ignore a certain line from all linting. I personally use it when `from .conftest import * # noqa` in pytest.
https://github.com/PyCQA/pycodestyle…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [FAQ](https://python-poetry.o…
-
## Information
**VIM version**
```
NVIM v0.9.5 …
-
# Bug report
When using this plugin under python3.8 or later it behaves differently than running under python3.6/python3.7.
## What's wrong
Take the test project https://github.com/tox-dev/tox/…
-
Hi, I found that currently most diagnostics, except for two, are assigned the severity level of "Warning".
It would be nice if this can be customised via user's settings.
Otherwise would you be …
-
This project's main README describes installing an example server like so, using the Advanced Settings Editor:
```
{
"language_servers": {
"pyls": {
"serverSettings": {
"py…
-
### Is your feature request related to a problem? Please describe.
I'd like to be able to parametrize (it could be via `ensure_installed` or `automatic_installation`, or something) the installation o…