-
I would like some sort of global indication that there are more flake8 issues to fix. at the moment I have to go to previous and next issues to make sure there aren't any problems. I think flake8 supp…
-
After pip uninstalling the plugin, flake8 is broken as it still tries to load the plugin.
```
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/flake8/plugins/mana…
-
See: https://docs.astral.sh/ruff/rules/#flake8-return-ret
-
Flake8 has a [plugin system](https://flake8.pycqa.org/en/latest/user/using-plugins.html). There are a lot of [useful plugins](https://dev.to/bowmanjd/some-flake8-plugins-for-python-linting-107h).
F…
-
-
### What's wrong
I'm trying to produce a list of lists but getting a false-positive warning:
```
WPS335 Found incorrect `for` loop iter type
([x] for x in (1, 2, 3))
^
```
Here is a code
```…
-
See https://github.com/astral-sh/ruff
Perhaps this linter works faster & picks up more issues. On a first glance, Ruff seems to be well adopted and well maintained.
-
[GitHub](https://github.com/Melevir/flake8-cognitive-complexity), [PyPI](https://pypi.org/project/flake8-cognitive-complexity/).
- [ ] [`CCR001`](): Cognitive complexity is too high (X > Y)
Conf…
-
```
pip install flake8-import-order==0.17.1 pytest-flake8==1.0.0
```
- Order doesn't matter.
```
flake8 3.5.0 has requirement pycodestyle=2.0.0, but you'll have pycodestyle 2.4.0 which is incompa…
-
Proposal is to add functionality like `cc flake8`, which other Python tools do nicely.
I'm going to add flake8 to the base CC conda environment to cleanup existing Python files first.