-
When using
```
- name: flake8 Lint
uses: TrueBrain/actions-flake8@v2
with:
plugins: flake8-simplify
error_classes: 'E,F'
warning_classes:'SIM…
-
We've been using Lintly and flake8 on our GitHub Actions but over the last few days it seems to have stopped working (no longer posts PR approvals or reviews). Was just wondering if there had been any…
-
We should move away from pycodestyle (used by [Flake8](https://pypi.org/project/flake8/)) which has some inherent design limitations such as not being able to qualify an analysis outside of the curren…
-
In GitLab by @qxv0 on Jan 30, 2019, 06:59
``flake8 --bug-report``:
```
{
"dependencies": [
{
"dependency": "entrypoints",
"version": "0.3"
}
],
"platform": {
"python_imp…
-
As far as I can tell there is no way to configure pyflakes to ignore certain warning (e.g. `'f-string is missing placeholders'`). Does that sound right? If so I'll happily submit a pull request to add…
-
Testing with Biopython (which recently finished applying black to the entire code base), numbers on a multi-core Mac:
Black alone (best of three)
```
$ time black --check Bio/ BioSQL/ Tests/ Scri…
-
I was trying to run mypy through flake8 for a big project and realized that flake8-mypy report much less error than mypy itself (like only 10%) using the same config file.
Here is a minimal reposit…
-
Hello,
I just started using flake8-noqa. I use VSCode and it's Flake8 extension, that points to my .flake8 config file.
I noted that even if I fix the issues pointed by the plugin, the editor is…
-
[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…
-
It's a [collection of plugins](https://github.com/dlint-py/dlint) around `flake8` that are security oriented.
Adding it as a dependency on pre-commit to install it when running `flake8` I guess is …