-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
OpenJun 8, 2026
No due date
•Last updated 58% complete
List view
0 of 33 selected 0 issues of 33 selected
Add pylint-junit reporter class
Enhancement ✨Improvement to a componentImprovement to a componentGood first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsHelp wanted 🙏Outside help would be appreciated, good for new contributorsOutside help would be appreciated, good for new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationStatus: Open.#9143 In pylint-dev/pylint;Add consider-rewriting-conditional check in the CodeStyle extension
Enhancement ✨Improvement to a componentImprovement to a componentNeeds decision 🔒Needs a decision before implemention or rejectionNeeds a decision before implemention or rejectionOptional CheckersRelated to a checked, disabled by defaultRelated to a checked, disabled by defaultStatus: Open (in progress).Take the
FORCE_COLORandNO_COLORenvironment variables into accountEnhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).Alter fallback for source-roots
Needs review 🔍Needs to be reviewed by one or multiple more personsNeeds to be reviewed by one or multiple more personsSkip news 🔇This change does not require a changelog entryThis change does not require a changelog entryStatus: Open (in progress).Raise a
too-many-function-argswhen callingsuper().__init__()with non-self argumentFalse Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeStatus: Open (in progress).[format check] Misleading scientific, engineering, or underscore grouping notations in numbers
Enhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).Re-implement 'mccabe' to reduce supply chain risks and optimize check
Enhancement ✨Improvement to a componentImprovement to a componentMaintenanceDiscussion or action around maintaining pylint or the dev workflowDiscussion or action around maintaining pylint or the dev workflowStatus: Draft (not ready).Provide an auto-upgrade option / migration tool for pylint configurations
ConfigurationRelated to configurationRelated to configurationEnhancement ✨Improvement to a componentImprovement to a componentHigh effort 🏋Difficult solution or problem to solveDifficult solution or problem to solveStatus: Open.#5462 In pylint-dev/pylint;Disable certain messages by default
MaintenanceDiscussion or action around maintaining pylint or the dev workflowDiscussion or action around maintaining pylint or the dev workflowNeeds specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.Accepted as a potential improvement, and needs to specify edge cases, message names, etc.Status: Open.#3512 In pylint-dev/pylint;extend C1802 to detect len() comparisons with zero
Blocked 🚧Blocked by a particular issueBlocked by a particular issueFalse Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeNeeds decision 🔒Needs a decision before implemention or rejectionNeeds a decision before implemention or rejectionStatus: Open (in progress).Have a way to require type annotations
CheckersRelated to a checkerRelated to a checkerEnhancement ✨Improvement to a componentImprovement to a componentHigh priorityIssue with more than 10 reactionsIssue with more than 10 reactionsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationStatus: Open.#3853 In pylint-dev/pylint;(feat) Add type annotations checker
Enhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).Add 'redundant-exception-message' check (W0720)
Blocked 🚧Blocked by a particular issueBlocked by a particular issueEnhancement ✨Improvement to a componentImprovement to a componentNeeds decision 🔒Needs a decision before implemention or rejectionNeeds a decision before implemention or rejectionStatus: Open (in progress).possibly-used-before-assignment false negative when variable has type annotation
False Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeStatus: Open.#10847 In pylint-dev/pylint;Fix used-before-assignment false negative with bare type annotations
C: used-before-assignmentIssues related to 'used-before-assignment' checkIssues related to 'used-before-assignment' checkFalse Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeWaiting on authorIndicate that maintainers are waiting for a message of the authorIndicate that maintainers are waiting for a message of the authorStatus: Open (in progress).Add a
add_message_at_nodeandadd_message_at_locationAPI inBaseCheckerEnhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).Attribute duplicate-code messages to involved modules, not the last-checked one
duplicate-codeRelated to code duplication checkerRelated to code duplication checkerStatus: Draft (not ready).duplicate-codeare always counted on the last module checkedduplicate-codeRelated to code duplication checkerRelated to code duplication checkerHelp wanted 🙏Outside help would be appreciated, good for new contributorsOutside help would be appreciated, good for new contributorsStatus: Open.New Checker for exhausted iterator in nested loops
Enhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).pylint fails to resolve typing.Self from base classes
Needs astroid updateNeeds an astroid update (probably a release too) before being mergableNeeds an astroid update (probably a release too) before being mergableNeeds investigation 🔬A bug or crash where it's not immediately obvious what is happenningA bug or crash where it's not immediately obvious what is happenningStatus: Open.#10807 In pylint-dev/pylint;Add built-in JUnit XML reporter
Enhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).Fix no-value-for-parameter false negative when kwargs is inferable
False Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeStatus: Open (in progress).Use inference to determine if **kwargs is missing a named parameter
False Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeGood first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationStatus: Open.#8785 In pylint-dev/pylint;Perf: PyLinter._discover_files() skip traversal into ignored directories.
Enhancement ✨Improvement to a componentImprovement to a componentStatus: Open (in progress).Improve the performance of PyLinter._discover_files()'s use of the os.walk() method.
Needs PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationStatus: Open.#11005 In pylint-dev/pylint;