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

Enable flake8-return in ruff Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry
#10988 opened Apr 26, 2026 by Pierre-Sassoulas Member Loading…
Add JUnit XML reporter for CI integration (#9143) Enhancement ✨ Improvement to a component
#10987 opened Apr 26, 2026 by vedparkasharya Loading…
5 tasks done
Add CI check that generated documentation is up to date Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry
#10986 opened Apr 26, 2026 by Pierre-Sassoulas Member Loading…
Add built-in JUnit XML reporter Enhancement ✨ Improvement to a component
#10985 opened Apr 26, 2026 by hamza-mobeen Loading…
4 of 5 tasks
4.1.0
2
3
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…
Add assertDoesNotAddMessages to CheckerTestCase Enhancement ✨ Improvement to a component Maintenance Discussion or action around maintaining pylint or the dev workflow
#10930 opened Mar 20, 2026 by ShehabSherif0 Loading… 4.1.0
[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
#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
#10852 opened Feb 17, 2026 by worksbyfriday Contributor Loading… 4.1.0
Add 'redundant-exception-message' check (W0720) Enhancement ✨ Improvement to a component
#10793 opened Dec 29, 2025 by corentin-core Loading… 4.1.0
SARIF reporter Enhancement ✨ Improvement to a component
#10759 opened Nov 25, 2025 by xmo-odoo Contributor Loading… 4.1.0
(feat) Add type annotations checker Enhancement ✨ Improvement to a component
#10749 opened Nov 16, 2025 by qequ Contributor Loading… 4.1.0
docs: explain conflict between C0209 and W1203 Documentation 📗 Needs take over 🛎️ Orignal implementer went away but the code could be salvaged. Skip news 🔇 This change does not require a changelog entry Waiting on author Indicate that maintainers are waiting for a message of the author
#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
ProTip! Exclude everything labeled bug with -label:bug.