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

### Bug description This issue is just one more Pylint regression (we introduced again the same bug). Previously reported: - https://github.com/PyCQA/pylint/issues/3934 - https://github.com/PyCQA/pylint/issues/3773 - https://github.com/PyCQA/pylint/issues/2270 - https://github.com/PyCQA/pylint/issues/1085 - https://github.com/PyCQA/pylint/issues/1085 It...

False Positive ðŸĶŸ
Needs PR

### Current problem I thought it would be nice to have a checker that detects magic numbers (aka. unnamed constants) in `Pylint`. As in all standard languages, `-1`, `0` and...

Enhancement âœĻ
checker-CodeStyle
Needs design proposal :lock:

### Question Hi! First: Thanks for supporting and maintaining such a great ecosystem! My question: I'm trying to make a simple checker around some custom formatting in log strings. I...

Bug :beetle:
Question
topic-configuration
Documentation :green_book:

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description As per #7264, this PR will make the...

### Bug description Here are the contents of `__main__.py`: ``` #!/usr/bin/python """ The program's entry point """ import sys import i2c if __name__ == '__main__': if "-f" in sys.argv: pic...

Needs triage :inbox_tray:

### Current problem Comparing two different types using the `is` operator is always `False`. For example for this code: ``` A = 5 STR1 = ‘5’ if A is STR1:...

Proposal ðŸ“Ļ
Discussion ðŸĪ”
Needs investigation 🔎
Needs decision :lock:
Needs PR

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description Search for pyproject.toml in parent directories. Closes #3289

Enhancement âœĻ
Blocked 🚧
Needs review 🔍
Breaking changes for 3.0 ðŸĶĪ

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description For some reason, commit 83d544b to cpython added...

Maintenance
python 3.11

- [x] Write a good description on what the PR does. - [x] Add an entry to the change log describing the change in `doc/whatsnew/2/2.15/index.rst` (or ``doc/whatsnew/2/2.14/full.rst`` if the change...

Enhancement âœĻ
Needs review 🔍
C: invalid-name

- [x] Add yourself to CONTRIBUTORS if you are a new contributor. - [x] Write a good description on what the PR does. ## Type of Changes | | Type...

tests
Skip news :mute: