-
## Description
### What steps will reproduce the problem?
return [self] + list(self.value._get_assign_nodes())
RecursionError: maximum recursion depth exceeded while calling a Python object
### …
-
### Bug description
After upgrading pylint from 2.2.2 to 2.12.2 and astroid from 2.1.0 to 2.9.3, a file that contained sqlalchemy user function definitions caused pylint to crash with an InferenceE…
-
There are similar errors in bugtracker, e.g. #1410, #1285, but I'm not sure the underlying reason for this issue is same.
### Steps to reproduce
1. python3 -m venv ~/venv/pylint-test
2. . ~/venv/…
-
### Bug description
When parsing the following file:
(Note that I'm missing the import for `hypothesis.strategies.composite`)
```python
# These are tests. Do we really need docstrings?
# py…
-
### Steps to reproduce
1. Download `https://github.com/tensorflow/magenta/pull/1374`
2. Run `python setup.py install`
3. Run `pylint magenta`.
### Current behavior
```
adarob-macbookpro2:ada…
-
Hi mbarkhau,
I just got an error when the first time I ran `pylint-ignore --update-ignorefile {my_package}`.
Here is the error code I got:
```bash
Traceback (most recent call last):
File "/…
-
I frequently, but not always, see `AttributeError: 'AssignAttr' object has no attribute 'qname'` when running pylint on my sourcecode.
Unfortunately I was unable to find any clues as to why this is…
-
Steps to reproduce:
1. Clone `git clone https://github.com/OCA/rma`
2. Checkout `10.0`
3. Run Pylint from the terminal on the module `crm_claim_ext`:
```
pylint --load-plugins=pylint_odoo --disab…
-
The line:
`central_widget.keyPressEvent = self.keyPressEvent`
causes the following crash in pylint, with both python 36 and 39:
```
# Exception on node
# in file 'c:\leo.repo\leo-editor\leo\plug…
-
### What happened?
I am having multiple models and want to implement caching using Redis. So I am implementing a middleware that will fetch the graphql query from the request and hash it and store da…