-
- Notifications
You must be signed in to change notification settings - Fork 1.2k
Pull requests: pylint-dev/pylint
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
docs: explain conflict between C0209 and W1203 Documentation 📗 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
fix: support block-level wrong-import-position pragma suppression Bug 🪲 Needs decision 🔒 Needs a decision before implemention or rejection
New Checker for exhausted iterator in nested loops Enhancement ✨ Improvement to a component Work in progress
#10570 opened Sep 18, 2025 by ranadheerg Loading…
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…
[pyreverse] Fix duplicate arrows when class attribute is assigned more than once backport maintenance/4.0.x Bug 🪲 pyreverse Related to pyreverse component
docs: Change 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
--indent-string's whitespace representation Documentation 📗 Needs take over 🛎️ #9904 opened Sep 1, 2024 by rogersheu Loading…
[pyreverse] updated docs for filter-mode Documentation 📗 Needs decision 🔒 Needs a decision before implemention or rejection Skip news 🔇 This change does not require a changelog entry
#9806 opened Jul 16, 2024 by kidq330 Loading…
functional tests: fix automatic ref updating Bug 🪲 Maintenance Discussion or action around maintaining pylint or the dev workflow 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
#9690 opened Jun 4, 2024 by sshane Loading…
Add clarification of the r string modifier Documentation 📗 Needs take over 🛎️ Orignal implementer went away but the code could be salvaged. Skip news 🔇 This change does not require a changelog entry Work in progress
#9571 opened Apr 26, 2024 by tedsecretsource Loading…
allow-global-unused-variables should respect dummy-variables-rgx Enhancement ✨ Improvement to a component Needs take over 🛎️ Orignal implementer went away but the code could be salvaged.
Create additional namespaces for subdirectories with pylint configs Enhancement ✨ Improvement to a component Needs review 🔍 Needs to be reviewed by one or multiple more persons Needs take over 🛎️ Orignal implementer went away but the code could be salvaged.
Unused function call extension Enhancement ✨ Improvement to a component Needs take over 🛎️ Orignal implementer went away but the code could be salvaged. Waiting on author Indicate that maintainers are waiting for a message of the author
#8732 opened Jun 1, 2023 by LukasKrocek Loading…
Warn on incomplete concrete classes that inherit from abstract classes False Negative 🦋 No message is emitted but something is wrong with the code Needs take over 🛎️ Orignal implementer went away but the code could be salvaged. Work in progress
Add the Improvement to a component Needs review 🔍 Needs to be reviewed by one or multiple more persons
files option Enhancement ✨ fix(numpy-param-doc): allow "default" in params False Negative 🦋 No message is emitted but something is wrong with the code Needs take over 🛎️ Orignal implementer went away but the code could be salvaged.
#7360 opened Aug 26, 2022 by adam-grant-hendry Loading…
3 tasks done
[primer] Create a class for easier comparison of pylint results Maintenance Discussion or action around maintaining pylint or the dev workflow primer Skip news 🔇 This change does not require a changelog entry
#6984 opened Jun 20, 2022 by Pierre-Sassoulas Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.