-
### Steps to reproduce
[monkeypatch.zip](https://github.com/PyCQA/astroid/files/4148961/monkeypatch.zip)
I encountered this when attempting to lint my own project which is using the simplekml pack…
-
A new version of astroid was just deployed which is causing pylint to crash. I have Pylint pinned to version 2.2.2. but I hadn't pinned astroid, so that package was upgraded to 2.2.0. This then caused…
-
2.4.4 on Fedora rawhide with Python 3.9.0a5:
https://bugzilla.redhat.com/show_bug.cgi?id=1817686
-
### Steps to reproduce
1. have a file demo_bug.py with
```
# -*- coding: utf-8 -*-
class MyObject:
# pylint: disable=too-few-public-methods
def action(self):
pas…
-
### Steps to reproduce
After reverting our `pylint` to use `astroid 2.3.3`, everything started working again: https://github.com/ankitects/pylint/pull/1 - Fix astroid update breaking build
Anywa…
-
I have the error bellow when using dataclasses with replace and pylint.
I think it has something todo with the key access, when I'm using a normal (emtpy) dict
pylint doesn't throw an error.
### …
-
build of current master https://travis-ci.org/jayvdb/vpip/builds/601646066
pip install emits and ignores error
```
astroid 2.3.2 has requirement six==1.12, but you'll have six 1.11.0 which is inc…
-
Arch Linux on Termux:
$ pylint --version
pylint 2.3.1
astroid 2.2.5
Python 3.8.0 (default, Nov 14 2019, 15:41:40)
[GCC 8.3.0]
Termux:
$ pylint --version
pylint 2.3.1
astroid 2.2.5
Python…
-
I am getting a RecursionError whenever I run a pylint scan on my code. I have narrowed the issue down to a Pandas merge function, though I'm not sure why that would cause an issue. This may be rel…
-
I'm migrating a python project from py2 (2.7.15) to py3 (3.7.3). The project use the python binding from libtorrent, which is built by the project.
With py2, pylint (1.9.4) has no problems with th…