-
Flake8 & MyPy are very useful at saving resources:
> I sense a PR for either A) updating the legacy bits with styling or B) adding some exceptions to the flake8 command to not look at them
- @dssc…
-
* flake8-html version: 0.4.1
* Python version: 3.9 Windows Store
* Operating System: Windows 10
### Description
When I use the `wemake-python-styleguide` flake8 extension, it creates long erro…
-
## Problem
Some keys in the `setup.cfg` file contains a list of values separated by spaces instead of commas. E.g.:
```
[tool:pytest]
addopts = -v --doctest-modules
```
## Possible solutio…
-
**Environment**
* pip version: 19.3.1
* Python version: 3.7
* OS: macOS 10.14.6
**Description**
The presence of `~`-prefixed temporary directories left in `site-packages` affects the outp…
-
Mate terminal 1.26.0 works perfectly:
![image](https://user-images.githubusercontent.com/42812113/184563761-34770552-8b50-4b4c-b04a-8e404086a38c.png)
Kitty terminal 0.25.2 shows broken colors:
…
-
Currently, there is no way to force ruff to check the syntax of doctests.
-
[The Complete Python Development Guide](https://testdriven.io/guides/complete-python/) is an amazing series of articles on how to improve the Python development workflow, from dependency management to…
-
If a function argument contains multiplication, a C815 error ("... in Python 3.5+") is reported instead of C812, as if the expression includes tuple unpacking. This is misleading, because even Python …
-
We can currently run `make flake8` to check that python code is compliant with PEP8 style guidelines. This is also run by Travis as part of the CI process and `make flake8` is run on every commit via …
-
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 …