-
I've just packaged python-lsp-server for pkgsrc. Running the self tests, I see a couple "failed" tests:
```
FAILED test/plugins/test_flake8_lint.py::test_flake8_unsaved - FileNotFoundError: [Errno 2…
-
Hello, I traced failing test report below
```
=========================== short test summary info ============================
FAILED test/plugins/test_flake8_lint.py::test_flake8_multiline - Asse…
-
flake8_putty is broken for pywikibot, likely due to a change in either flake8 or pep8/pycodestyle.
```
18:31:33 + tox -v
18:31:33 using tox.ini: /home/jenkins/workspace/tox-jessie/tox.ini
18:31:33 us…
-
Ruff is a replacement for flake8, implemented in rust for performance. It supports many flake8 plugins by default and is compatible with iSort and black.
The downside is that we might use some fl…
-
Hello, I use `flake8` for linting my code, and there are flake8 plugins for a lot of things, like `flake8-isort` for `isort`, even `flake8-pylint` for `pylint`, but unfortunately `flake8-pylint` doesn…
-
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.5.
Release notes
Sourced from ruff's releases.
v0.3.5
Changes
Preview features
[pylint] Implement modified-iterating-set (E4703) (#…
-
In GitLab by @graingert on Jul 13, 2020, 08:57
*Please describe how you installed Flake8*
pre-commit of course
*Please provide the exact, unmodified output of `flake8 --bug-report`*
```
{
"depend…
-
Not sure if this is the right place to put this, although limiting the version of `pyproject-flake8
-
In GitLab by @hugovk on Jun 5, 2020, 01:45
Please read this brief portion of documentation before going any further: http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug
*Ple…
-
## Description
Trying to ignore `DALL000` globally using a config file leads to a validation error when using flake8 v6.0.0
## Steps to Reproduce
Run flake8 with the following `.flake8` config …