-
When running the recipe_linter.py checker, it seems to not report the missing-function-docstring for most of the builtin Conan functions. But with Conan 1.24, `init` was added as a function, and that …
-
### Bug description
When parsing the following [`utils.py`](https://github.com/4nds/pylint-quotes/blob/c9aae00800289e7bf89a13ba81950334aff5668f/example/foo/utils.py):
```python
"""Utilities for…
4nds updated
9 months ago
-
I have a docstring with an ASCII-tree-drawing like this:
```python
"""Module docstring."""
def test_one_level():
r"""Test get_child_frames with one level of children.
o …
-
**What kind of feature is this?**
* New feature in MISS_HIT
**MISS_HIT component affected**
Choose one or more of the below:
* Style checker
**Describe the solution you'd like**
[Mathworks](…
-
Code snippet:
```python
def f():
b"""abc"""
```
Output:
```console
$ pydocstyle mytest.py
Traceback (most recent call last):
File "/Users/tusharsadhwani/code/marvin-python/venv3/bi…
-
### Bug description
When trying to lint a file that contain the DeclarativeBase of the recent SQLAlchemy 2.0 (beta), it fails with an `astroid.exceptions.ParentMissingError: Parent not found on .` er…
-
```python
def foo():
"""
Quite long line, e.g., because I link to\
something and do not want to upset\
line length rules and keep this\
a single sentence.
"""
```
(Enough to have …
-
### Steps to reproduce
1. Create `.pylintrc` file:
```
[MASTER]
disable=C,
W
```
2. Create `test.py` file:
```python
# pylint: enable=C,W
import json
def test(foo = "bar"):
…
-
When instantiating an `AssetAdministrationShell`-object, we hand over `ConceptDictionary`s in any kind of `Iterable` (See [here](https://github.com/eclipse-basyx/basyx-python-sdk/blob/7289de09d96942fb…
-
### Static type checker used
pyright/pylance
### AWS Lambda function runtime
3.12
### Powertools for AWS Lambda (Python) version
latest
### Static type checker info
The `ApiGatewayResolver.reso…