Skip to content

Pull requests: pylint-dev/pylint

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix a false positive for unbalanced-tuple-unpacking. backport maintenance/4.0.x False Positive 🦟 A message is emitted but nothing is wrong with the code
#10724 opened Nov 7, 2025 by mbyrnepr2 Loading… 4.0.3
Add Enum dunder to the list of allowed dunder backport maintenance/4.0.x False Positive 🦟 A message is emitted but nothing is wrong with the code
#10722 opened Nov 4, 2025 by tqa236 Loading… 4.0.3
Fix crash when a slice object is called backport maintenance/4.0.x Crash 💥 A bug that makes pylint crash
#10715 opened Nov 1, 2025 by zenlyj Loading… 4.0.3
docs: explain conflict between C0209 and W1203 Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#10680 opened Oct 19, 2025 by prerna0412 Loading…
extend C1802 to detect len() comparisons with zero Blocked 🚧 Blocked by a particular issue False Negative 🦋 No message is emitted but something is wrong with the code Needs decision 🔒 Needs a decision before implemention or rejection
#10658 opened Oct 13, 2025 by Kaos599 Loading… 4.1.0
Use new Arguments.get_annotations() helper from astroid Blocked 🚧 Blocked by a particular issue Maintenance Discussion or action around maintaining pylint or the dev workflow Needs astroid update Needs an astroid update (probably a release too) before being mergable Skip news 🔇 This change does not require a changelog entry
#10636 opened Oct 11, 2025 by cdce8p Draft
Add consider-rewriting-conditional check in the CodeStyle extension Enhancement ✨ Improvement to a component Needs decision 🔒 Needs a decision before implemention or rejection Optional Checkers Related to a checked, disabled by default
#10600 opened Sep 29, 2025 by cdce8p Loading… 4.1.0
fix: support block-level wrong-import-position pragma suppression Bug 🪲 Needs decision 🔒 Needs a decision before implemention or rejection
#10590 opened Sep 24, 2025 by emmanuel-ferdman Loading… 4.0.3
New Checker for exhausted iterator in nested loops Enhancement ✨ Improvement to a component Work in progress
#10570 opened Sep 18, 2025 by ranadheerg Loading…
[script] Add :ref: automatically in the documentation Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#10568 opened Sep 17, 2025 by Pierre-Sassoulas Draft
Vendor 'mccabe' to reduce supply chain risks and optimize analysis later Maintenance Discussion or action around maintaining pylint or the dev workflow Needs decision 🔒 Needs a decision before implemention or rejection
#10551 opened Sep 14, 2025 by Pierre-Sassoulas Draft 4.1.0
Extra arg for "method" (self) and "classmethod" (cls) Bug 🪲 False Positive 🦟 A message is emitted but nothing is wrong with the code Work in progress
#10443 opened Jun 27, 2025 by fgallaire Loading…
Raise a too-many-function-args when calling super().__init__() with non-self argument False Negative 🦋 No message is emitted but something is wrong with the code Work in progress
#10190 opened Jan 17, 2025 by jzohrab Loading… 4.1.0
Add new check: unguarded-typing-import Enhancement ✨ Improvement to a component
#10176 opened Jan 11, 2025 by Pierre-Sassoulas Loading… 4.1.0
Alter fallback for source-roots Import system Needs review 🔍 Needs to be reviewed by one or multiple more persons Skip news 🔇 This change does not require a changelog entry
#9967 opened Sep 25, 2024 by akamat10 Loading…
2 tasks
4.1.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.