-
Is there any plan to support [flake8-pydantic](https://github.com/Viicos/flake8-pydantic)?
This plugin can be found in pydantic official site.
-
Hello, thanks for this great addon!
I have seen a json report being generated as:
```json
[
{"type": "issue", "check_name": "unknown", "description": "camelcase 'xml.etree.ElementTree' imp…
-
Apple M1, MacOS 14.6, python 3.12.4
The requirements files don't (appear to) restrict the version of flake8, and for whatever reason:
flake8==5.0.4
pytest-flake8 1.1.1 resulted in:
> E …
-
Ruff 0.8.0 does not validate the aliases in [`lint.flake8-import-conventions.extend-aliases`](https://docs.astral.sh/ruff/settings/#lint_flake8-import-conventions_extend-aliases) for [`unconventional-…
-
I have all these configuration files in many subproject folders:
```
.dockerignore
.flake8
.gitignore
.gitmodules
.isort.cfg
.style.yapf
```
and I'd love to be able to color them all at once …
mqnc updated
14 hours ago
-
### What's wrong
```python
msg = {'Hello': 'World'}
nul_term = json.dumps(msg).encode('utf8') + b'\x00'
```
The second line gets flagged with WPS336.
### How it should be
Not flagged? I'm no…
-
[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…
-
### 🐛 Describe the bug
Using the parameters from the example in:
https://pytorch.org/audio/main/generated/torchaudio.models.Conformer.html
then trying to use the export flow, causes an errror.
…
-
Now we are using ruff, the idea is that we add more rules to ruff linter in separate PRs since there are a lot of fixes to do (maybe create a separate issues for that) . e.g.,
```toml
select = [
…
-
[GitHub](https://github.com/jparise/flake8-assertive), [PyPI](https://pypi.org/project/flake8-assertive/).
- [ ] `A500`: prefer {func} for ‘{op}’ comparisons
- [ ] `A501`: prefer {func} for ‘{op}’…