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

Add AGENTS.md: prefer isinstance over getattr/hasattr in checkers Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#11104 opened Jun 13, 2026 by Pierre-Sassoulas Member Loading…
Fix invalid-name false positive in if __name__ == "__main__": block False Positive 🦟 A message is emitted but nothing is wrong with the code
#11080 opened Jun 6, 2026 by Labib-Bin-Salam Contributor Loading…
Skip PEP 695 type parameters in attribute member checks Blocked 🚧 Blocked by a particular issue Crash 💥 A bug that makes pylint crash Needs astroid update Needs an astroid update (probably a release too) before being mergable
#11054 opened May 28, 2026 by Pierre-Sassoulas Member Draft 4.1.0
Document permanentely deleted messages Documentation 📗 Needs review 🔍 Needs to be reviewed by one or multiple more persons
#11051 opened May 27, 2026 by Pierre-Sassoulas Member Loading…
Add regression tests for 32 previously FIXED open issues Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry Work in progress
#11043 opened May 24, 2026 by Pierre-Sassoulas Member Draft 4.1.0
Fix no-value-for-parameter false negative when kwargs is inferable False Negative 🦋 No message is emitted but something is wrong with the code
#11002 opened May 9, 2026 by kimjune01 Loading… 4.1.0
Add built-in JUnit XML reporter Enhancement ✨ Improvement to a component
#10985 opened Apr 26, 2026 by hamza-mobeen Contributor Loading…
4 of 5 tasks
4.1.0
Add preliminary support for Python 3.15 Needs astroid update Needs an astroid update (probably a release too) before being mergable python 3.15
#10983 opened Apr 23, 2026 by DanielNoord Collaborator Draft 4.2.0
Add Pyreverse primer Needs review 🔍 Needs to be reviewed by one or multiple more persons primer pyreverse Related to pyreverse component
#10974 opened Apr 18, 2026 by Julfried Contributor Loading…
feat: expand use-implicit-booleaness-not-len to catch len comparisons to 0 Blocked 🚧 Blocked by a particular issue
#10962 opened Apr 10, 2026 by mvanhorn Contributor Loading…
Integrate pytest-remaster into functional test suite
#10961 opened Apr 9, 2026 by mchris86 Loading…
Prevent remaster from updating fallback versioned expected outputs Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry
#10953 opened Apr 2, 2026 by mchris86 Loading…
[primer] Show changed messages as diffs instead of removed+added Maintenance Discussion or action around maintaining pylint or the dev workflow primer Skip news 🔇 This change does not require a changelog entry
#10914 opened Mar 10, 2026 by Pierre-Sassoulas Member Draft
Fix TOML boolean false values for store_true options Configuration Related to configuration Waiting on author Indicate that maintainers are waiting for a message of the author
#10903 opened Mar 8, 2026 by marwinsteiner Loading…
3 tasks done
Fix used-before-assignment false negative with bare type annotations C: used-before-assignment Issues related to 'used-before-assignment' check False Negative 🦋 No message is emitted but something is wrong with the code Waiting on author Indicate that maintainers are waiting for a message of the author
#10852 opened Feb 17, 2026 by worksbyfriday Contributor Loading… 4.1.0
ProTip! Exclude everything labeled bug with -label:bug.