-
[PEP 8 states](https://www.python.org/dev/peps/pep-0008/#package-and-module-names):
> Modules should have short, all-lowercase names.
pycodestyle could check the passed filenames are lowercase t…
-
-
If you are not using vscode, then there is no documentation on the available configuration options. I only accidentally found it by browsing the source code of the vscode plugin. Could a markdown file…
-
## Information
**VIM version**
```
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Nov 09 2021 19:35:34)
Included patches: 1-3582
```
Operating System:
Updated arch linux
## What…
-
Example code:
```
from typing import List
raw_name: List[str] = ['1', '2']
```
gives E701 and E901
-
When I get D417 errors the list of missing argument is not displayed in the error message.
It would be much more convenient to have the list of missing argument displayed in the error message.
Loo…
-
free work!
-
Enforce the `_private` convention.
-
## Information
**VIM version**
```
VIM - Vi IMproved 8.1 (2018 May 18, compiled Nov 13 2018 21:39:48)
macOS version
Included patches: 1-280
Compiled by MacPorts
Huge version without GUI…
-
probably needs to be fixed for Github Actions: It's a good practice to use flake8 and make [lint](https://realpython.com/python-code-quality/) free code.
```
Wed, 09 Dec 2020 11:22:01 GMT ./savu/…