-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pull requests: pylint-dev/pylint
Author
Label
Projects
Milestones
Reviews
Assignee
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 crash with TypeVarTuple base aliases
backport maintenance/4.0.x
Crash 💥
A bug that makes pylint crash
Add visual indicator when score is below fail-under threshold
Enhancement ✨
Improvement to a component
Fix A message is emitted but nothing is wrong with the code
invalid-name false positive in if __name__ == "__main__": block
False Positive 🦟
#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
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…
[diagnostic] Reproduce #9168 cyclic-import macOS gap
macOS
Work in progress
#11048
opened May 25, 2026 by
Pierre-Sassoulas
Member
•
Draft
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
Update format parsing to support f-strings and the str.format function
Enhancement ✨
Improvement to a component
Perf: PyLinter._discover_files() skip traversal into ignored directories.
Enhancement ✨
Improvement to a component
performance
Fix no-value-for-parameter false negative when kwargs is inferable
False Negative 🦋
No message is emitted but something is wrong with the code
Add preliminary support for Python 3.15
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
python 3.15
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…
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…
Prevent --update-functional-output from deleting or overwriting fallback versioned output files for other Python versions.
tests
#10950
opened Apr 1, 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
Add a Improvement to a component
add_message_at_node and add_message_at_location API in BaseChecker
Enhancement ✨
Add benchmark comparison workflow with PR comments
Enhancement ✨
Improvement to a component
performance
Work in progress
#10893
opened Mar 7, 2026 by
Pierre-Sassoulas
Member
•
Draft
Attribute duplicate-code messages to involved modules, not the last-checked one
Bug 🪲
duplicate-code
Related to code duplication checker
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
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.