-
This case is different than similar cases reported before.
Is your issue fixed on the preview release?: pip install pylint astroid --pre -U
NO, I'm on latest: see below.
### Steps to repro…
-
### Steps to reproduce
1.
demo.py:
```
import pandas as pd
def _postprocess_recorded_data(psu_gun_imon_df):
ab = pd.to_datetime(psu_gun_imon_df['Date UTC'])
date_utc = ab.dt #…
-
### Steps to reproduce
```python
from openpyxl import Workbook
from openpyxl.worksheet.table import Table, TableStyleInfo
if __name__ == '__main__':
wb = Workbook()
ws = wb.create_shee…
-
### Steps to reproduce
1. In a fresh environment, `pip3 install pylint`
2. In that environment, `pylint aiohttp`
### Current behavior
```
Traceback (most recent call last):
File "/Us…
-
### Steps to reproduce
1. pylint==2.6.0 and astroid==2.4.2
2. run pylint some_folder/**
### Current behavior
```
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-pack…
-
### Steps to reproduce
1. pylint==2.6.0 and astroid==2.4.2
2. run pylint some_folder/**
### Current behavior
```
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-pack…
-
### Steps to reproduce
1. Minimum code to reproduce the issue
```
from rtslib_fb import Target, FabricModule, TPG
fm = FabricModule('iscsi')
t = Target(fm, target_name)
…
-
Pylint crashes with a `RecursionError` from astroid when linting `merge_asof` in version 0.24 of pandas and any recent version of pylint (tested 1.9, 2.0, 2.1, 2.2, 2.3). Note that this is not an issu…
-
### Steps to reproduce
1. Clone `https://github.com/roey-e/unlintable` (install a virtual environment with pylint)
2. `pylint unlintable.py`
The code:
```
"""This file is unlintable."""
…
-
Hi, thanks for picking up the maintenance of this project. I have a question that's hopefully just a matter of me being ingorant on how regular expressions work.
I'm trying to emit a scalafix warni…