-
### What's wrong
$sbj is confusing. Which is it?
### How it should be
https://wemake-python-styleguide.rtfd.io/en/latest/pages/usage/configuration.html should not claim two opposite things being tr…
-
I use flake8 plugins and they produce output that is not parsed by actions.
Thye use own letters for messages
**D** : flake8-docstrings==1.5.0
**I**: flake8-import-order==0.18.1
**B**: flake8-b…
-
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
There are number of plugins producing errors which are not handled correctly. They have different issues, but I'll list them together:
1. [flake8-django](https://github.com/rocioar/flake8-django)
…
-
More of a challenge than porting flake8 plugins, because these are written in Java: https://github.com/SonarSource/sonar-python
But some of them are somewhat useful and I didn't see equivalent code…
-
### 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
```…
-
### What's wrong
https://wemake-python-styleguide.rtfd.io/en/latest/pages/usage/violations/best_practices.html#wemake_python_styleguide.violations.best_practices.WrongModuleMetadataViolation says thi…
-
I have a list of flake8 plugins I'd like to add after we release 7.0:
- [x] `flake8-future-import` for easier enforcement of the required `__future__` imports [#1561]
- [x] `flake8-import-order` t…
-
Sample failed build: https://github.com/Charcoal-SE/SmokeDetector/actions/runs/8600409207/job/23565316272
Error output:
```
python3 -m flake8 --config=tox_tests.ini ./test/
python3 -m flake8 -…
-
python-language-server's README goes as follows:
> The default configuration source is pycodestyle. Change the pyls.configurationSources setting to ['flake8'] in order to respect flake8 configurat…