-
Originally reported by: **Florian Bruhin (BitBucket: [The-Compiler](http://bitbucket.org/The-Compiler), GitHub: @The-Compiler?)**
---
Since pylint 1.4.2 and astroid 1.3.5, the following snippet:
``…
-
## Module
The name of the module that has a bug.
pylint-odoo/checkers/odoo_addons.py
## Describe the bug
A clear and concise description of what the bug is.
When running pylint-odoo with …
-
**pylint** 2.7.2
**astroid** 2.5.1
**Python** 3.9.2 (default, Feb 24 2021, 13:26:01)
When running pylint with those checkers enabled and with a file that has a unnecessary split
statement, I en…
-
I tested out vulture on a project I maintain (Bandit). Unfortunately, the first result I got was a RecursionError. It's not clear to me if this is by-design or an edge case bug. Bandit itself does sta…
-
Astroid has a transition time on links. How can I remove this in css?
-
Originally reported by: **BitBucket: [cladmi](http://bitbucket.org/cladmi), GitHub: [cladmi](http://github.com/cladmi)**
---
Same problems as with pylint: https://bitbucket.org/logilab/pylint/issue/…
-
This issue is related to #348 and #591 and #623.
I'm currently looking at building a library that would provide a replacement method for the `ast.parse()` function, outputting ast nodes that stays …
-
### Steps to reproduce
1. Reproducing code [wrong_no_member.txt](https://github.com/PyCQA/pylint/files/4037739/wrong_no_member.txt)
```
from sqlalchemy import Column, Boolean
from sqlalchemy…
-
### Steps to reproduce
1. `pip install pylint 2.4` --> this will now install `astroid==2.7.3` as a dependency
2. Launch `pylint -E test.py` on the following snippet:
```python
import pandas as p…
-
The [database.mail_root](https://notmuchmail.org/manpages/notmuch-config-1/) config option of `notmuch` allows storing the `notmuch` indices (`database.path`) separately to the source directories.
…