pylint icon indicating copy to clipboard operation
pylint copied to clipboard

It's not just a linter that annoys you!

Results 624 pylint issues
Sort by recently updated
recently updated
newest added

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description Closes #9770

False Negative ðŸĶ‹
C: invalid-name
Breaking changes for 4.0 ðŸĶĪ

Originally reported by @mbyrnepr2 in https://github.com/pylint-dev/pylint/issues/7232#issuecomment-1197868763. ### Bug description ```python """should raise invalid-name""" my_var: int = 1 ``` ### Configuration _No response_ ### Command used ```shell pylint a.py ``` ###...

Needs triage :inbox_tray:
False Negative ðŸĶ‹
C: invalid-name

### Bug description Reference: https://github.com/PyCQA/pylint/issues/2166#issuecomment-1229446231 I will pretty much just copy and paste what has already been said. The following shows the issue with two version of pylint 2.4.4 and...

False Negative ðŸĶ‹
C: invalid-name
Needs PR

### Bug description Pylint doesn't give `missing-function-docstring` messages for methods that `@override` base class methods that have docstrings. This is good. Unfortunately, this doesn't seem to work if the base...

Needs triage :inbox_tray:

### Bug description ```python # pylint: disable=missing-module-docstring import orjson _=orjson.dumps([2] ``` ``` ### Configuration _No response_ ### Command used ```shell pylint main.py ``` ### Pylint output ```python ************* Module main...

Needs triage :inbox_tray:

### Bug description ```python """hi""" try: pass finally: pass # Should complain about [multiple-statements] but doesn't ``` ### Configuration ```ini # Empty configuration ``` ### Command used ```shell /tmp/pylint/venv/bin/pylint test.py...

Help wanted 🙏
False Negative ðŸĶ‹
Needs PR

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description working on adding new config-related commands (pylint --config-list...

Enhancement âœĻ
Work in progress
Needs take over 🛎ïļ

### Bug description when working with cv2 and saving files, PyLint does complain it cannot find the cv2 members, hence, flooding the Problems tab with messages, which are in fact...

Needs triage :inbox_tray:
Lib specific 💅

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...