-
Due to a recent update of `pylint` to `v2.3.0`, prospector now seems broken. When I run `1.1.5` with `--die-on-tool-error` flag I get the following stack trace:
```
Traceback (most recent call last)…
-
### Steps to reproduce
1. Save the following minimum working example as `demo.py`:
```python
class X():
def __init__(self, flag):
if flag:
self.a = slice…
-
Hello, thanks for the plugin! It's working pretty well so far.
I came across an issue and was able to reproduce it by running `pylint` with the `pylint-protobuf` plugin on the following code:
```p…
-
Hey Pylint Team,
I started getting an Astroid KeyError after I upgraded pylint to 2.5.0 (stack trace below).
```
pylint --version
pylint 2.5.0
astroid 2.4.0
Python 3.7.3 (default, Mar 27 201…
-
### Steps to reproduce
1. Run:
```
pytest pylint/test
```
### Current behavior
This log is printed:
```
============================= test session starts ==============================…
-
### Steps to reproduce
1. `pip install pylint==2.3.1`
2. `pylint {package_name}`
### Current behavior
```
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-package…
-
### Steps to reproduce
Install `wagtail==2.5.1` and lint the following code:
```
from wagtail.core.models import Page
class BlogIndexPage(Page):
content_panels = Page.content_panels…
-
## Environment data
- VS Code version: 1.25.0
- Extension version (available under the Extensions sidebar): 2018.6.0
- OS and version: macOS High Sierra, 10.13.5 (17F77)
- Python version (& …
-
It appears that the recently released Pylint 2.3 may have broken compatibility with this package.
```
$ pylint
Traceback (most recent call last):
File "/Users/craiga/.ve/env_mgmt_dashboard/bi…
-
### Steps to reproduce
Create a file called `setup.py` like this:
```python
import setuptools.command.develop
```
or like this:
```python
import setuptools
class Custom(setuptool…