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
Sort

Pull requests list

Fix undefined-variable for Python 3.12 generic type syntax backport maintenance/3.3.x False Positive 🦟 A message is emitted but nothing is wrong with the code
#10135 opened Dec 12, 2024 by marzukr Loading… 3.3.3
[pre-commit.ci] pre-commit autoupdate
#10126 opened Dec 9, 2024 by pre-commit-ci bot Loading…
Bump astroid from 3.3.5 to 3.3.6 dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry
#10125 opened Dec 9, 2024 by dependabot bot Loading…
Bump actions/cache from 4.1.2 to 4.2.0 dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry
#10123 opened Dec 9, 2024 by dependabot bot Loading…
Modified configuration page of user guide to include init-hook description Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#10111 opened Dec 5, 2024 by JessJohn0 Loading…
Detect missing arguments in logging format strings False Negative 🦋 No message is emitted but something is wrong with the code Needs decision 🔒 Needs a decision before implemention or rejection
#10108 opened Dec 3, 2024 by alexprabhat99 Loading… 4.0.0
Respect docstring-min-length in docparams extension False Negative 🦋 No message is emitted but something is wrong with the code
#10104 opened Dec 2, 2024 by berkersal Loading… 4.0.0
Fix invalid-envvar-default to flag os.environ.get False Negative 🦋 No message is emitted but something is wrong with the code
#10094 opened Nov 23, 2024 by harupy Loading… 4.0.0
Add --max-depth option to control diagram complexity Enhancement ✨ Improvement to a component pyreverse Related to pyreverse component
#10077 opened Nov 11, 2024 by Julfried Loading… 4.0.0
Enhanced support for @Property decorator in pyreverse
#10057 opened Oct 30, 2024 by Julfried Loading…
2
1
Move typechecking imports under TYPE_CHECKING flag Needs decision 🔒 Needs a decision before implemention or rejection Skip news 🔇 This change does not require a changelog entry
#9970 opened Sep 25, 2024 by nickdrozd Loading…
Alter fallback for source-roots Import system Needs review 🔍 Needs to be reviewed by one or multiple more persons Skip news 🔇 This change does not require a changelog entry
#9967 opened Sep 25, 2024 by akamat10 Loading…
2 tasks
Add new check: unguarded-typing-import Enhancement ✨ Improvement to a component Work in progress
#9964 opened Sep 24, 2024 by nickdrozd Loading…
1 of 5 tasks
4.0.0
Update doc for import discovery and qualified module names Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#9949 opened Sep 22, 2024 by akamat10 Loading…
docs: Change --indent-string's whitespace representation Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#9904 opened Sep 1, 2024 by rogersheu Loading…
[pyreverse] updated docs for filter-mode Documentation 📗 Skip news 🔇 This change does not require a changelog entry
#9806 opened Jul 16, 2024 by kidq330 Loading…
ProTip! Exclude everything labeled bug with -label:bug.