Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pylint-dev/pylint issues and pull requests

#9979 - W0223 does not get raised correctly

Issue - State: open - Opened by alibeyram about 23 hours ago
Labels: Needs triage :inbox_tray:

#9978 - Cleanup variables checker

Pull Request - State: open - Opened by nickdrozd 1 day ago - 2 comments
Labels: Skip news :mute:

#9977 - `ungrouped-imports` / `wrong-import-order` : FP because only two isort's options are taken into account

Issue - State: open - Opened by webknjaz 1 day ago
Labels: False Positive ðŸĶŸ, Needs PR

#9976 - Suggest disabling `ungrouped-imports` in FAQ when using `isort`

Pull Request - State: closed - Opened by webknjaz 1 day ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:

#9975 - Fix the VS Code extension link syntax @ FAQ

Pull Request - State: closed - Opened by webknjaz 1 day ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:

#9974 - Document how to configure the location of site packages in pylint

Issue - State: open - Opened by paulrougieux 2 days ago
Labels: Needs triage :inbox_tray:

#9973 - no-member false positive with super() with huggingface's transformers.Trainer

Issue - State: open - Opened by Hnasar 3 days ago - 1 comment
Labels: Needs triage :inbox_tray:

#9972 - False positive `no-member` when wrapping dataclasses `field`

Issue - State: open - Opened by Quexington 3 days ago
Labels: Needs triage :inbox_tray:

#9971 - [Backport maintenance/3.3.x] Fix release note typo

Pull Request - State: closed - Opened by github-actions[bot] 3 days ago - 1 comment

#9970 - Move typechecking imports under TYPE_CHECKING flag

Pull Request - State: open - Opened by nickdrozd 3 days ago - 4 comments
Labels: Skip news :mute:

#9969 - Fix release note typo

Pull Request - State: closed - Opened by jacobtylerwalls 3 days ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:, backport maintenance/3.3.x

#9968 - False positive unsubscriptable-object for Pydantic model with dict Field

Issue - State: open - Opened by MartinGotelli 3 days ago
Labels: Help wanted 🙏, False Positive ðŸĶŸ, Lib specific 💅

#9967 - Alter fallback for source-roots

Pull Request - State: open - Opened by akamat10 3 days ago - 2 comments

#9966 - remove metaclass check for protected access in properties

Pull Request - State: open - Opened by temyurchenko 4 days ago - 4 comments
Labels: Maintenance, Skip news :mute:

#9965 - Crash F0002 (astroid-error)

Issue - State: closed - Opened by anya-czayyx 4 days ago - 2 comments
Labels: Downstream Bug ðŸŠē

#9964 - Add new check: `unguarded-typing-import`

Pull Request - State: open - Opened by nickdrozd 4 days ago - 19 comments
Labels: Enhancement âœĻ

#9963 - 3.3.x regression treating fstring as a constant: `C0103` in scripts

Issue - State: closed - Opened by ColinHarrington 4 days ago - 3 comments
Labels: Invalid

#9962 - (proposal) Always use the suggestion mode for ``no-member`` / ``c-extension-no-member``

Pull Request - State: open - Opened by Pierre-Sassoulas 4 days ago - 1 comment
Labels: Proposal ðŸ“Ļ, Breaking changes for 4.0 ðŸĶĪ

#9961 - Cannot disable C1805

Issue - State: open - Opened by sanmai-NL 4 days ago - 3 comments
Labels: Configuration, Cannot reproduce ðŸĪ·, Needs investigation 🔎

#9960 - Fix #9959: Update FAQ, with tweaks suggested by Grammarly

Pull Request - State: closed - Opened by edreamleo 4 days ago - 4 comments
Labels: Documentation :green_book:, Skip news :mute:

#9959 - FAQ: it *is* possible to run pylint automatically

Issue - State: closed - Opened by edreamleo 4 days ago - 2 comments
Labels: Documentation :green_book:, Needs PR

#9958 - Post 3.3.1

Pull Request - State: closed - Opened by jacobtylerwalls 4 days ago - 1 comment
Labels: Maintenance, Skip news :mute:

#9957 - [too-many-positional-arguments doc] Add the main option to use, real example

Pull Request - State: closed - Opened by Pierre-Sassoulas 4 days ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:

#9956 - False-positive E1101 (no-member) for `numpy.dtypes.StringDType`

Issue - State: open - Opened by bersbersbers 5 days ago
Labels: Needs triage :inbox_tray:

#9955 - Alter fallback when `source-root` based package path discovery when a source root containing the module directory is not found

Issue - State: open - Opened by akamat10 5 days ago - 1 comment
Labels: Import system, Needs decision :lock:

#9954 - Bump pylint to 3.3.1, update changelog

Pull Request - State: closed - Opened by jacobtylerwalls 5 days ago - 1 comment

#9953 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 days ago - 1 comment
Labels: Skip news :mute:

#9952 - [Backport maintenance/3.3.x] Bump astroid to 3.3.4

Pull Request - State: closed - Opened by github-actions[bot] 5 days ago - 1 comment

#9951 - Bump astroid to 3.3.4

Pull Request - State: closed - Opened by jacobtylerwalls 5 days ago - 3 comments
Labels: backport maintenance/3.3.x

#9950 - False positive `declare-non-slot` on classvar

Issue - State: open - Opened by mthuurne 6 days ago - 3 comments
Labels: Needs triage :inbox_tray:

#9949 - Update doc for import discovery and qualified module names

Pull Request - State: open - Opened by akamat10 6 days ago - 3 comments
Labels: Documentation :green_book:, Skip news :mute:

#9948 - Bump pylint to 4.0.0-dev0, update changelog

Pull Request - State: closed - Opened by jacobtylerwalls 6 days ago - 2 comments
Labels: Maintenance, Skip news :mute:

#9947 - Pylint 3.3.0 does not recognize f-string as string and reports no-member for startswith()

Issue - State: closed - Opened by andy-maier 7 days ago - 5 comments
Labels: Regression, False Positive ðŸĶŸ, Needs astroid update

#9946 - pylint reports that os has no member sched_yield

Issue - State: closed - Opened by edreamleo 7 days ago - 2 comments
Labels: Needs triage :inbox_tray:

#9945 - Crash ``AstroidError: IndexError: list index out of range''

Issue - State: closed - Opened by edreamleo 7 days ago - 6 comments
Labels: Crash ðŸ’Ĩ, Needs astroid update

#9944 - Update OSS-Fuzz issue tracker links in contributor docs

Pull Request - State: closed - Opened by correctmost 8 days ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:

#9943 - Guarantee a deterministic order when processing files for directory arguments.

Issue - State: open - Opened by akamat10 8 days ago - 3 comments
Labels: Enhancement âœĻ, Needs PR

#9942 - False positive when overriding `too-many-positional-arguments`

Issue - State: closed - Opened by niall-byrne 8 days ago - 1 comment
Labels: Invalid

#9941 - False negative used-before-assignment when the variable is used again in try/except

Issue - State: open - Opened by octaviancorlade 8 days ago - 1 comment
Labels: False Negative ðŸĶ‹, C: used-before-assignment

#9940 - Release branch 3.3.0

Pull Request - State: closed - Opened by Pierre-Sassoulas 8 days ago - 2 comments
Labels: Maintenance, Skip news :mute:

#9939 - Bump astroid to 3.3.3

Pull Request - State: closed - Opened by jacobtylerwalls 8 days ago - 2 comments
Labels: Maintenance, Skip news :mute:

#9938 - Add check for `unnecessary-default-type-args`

Pull Request - State: closed - Opened by cdce8p 8 days ago - 3 comments
Labels: Enhancement âœĻ, typing, Optional Checkers, python 3.13

#9937 - Non-deterministic output from the code similarity check

Issue - State: open - Opened by praiskup 9 days ago
Labels: Needs triage :inbox_tray:

#9936 - [doc framework] Assert that the good and bad example exists in the doc

Pull Request - State: closed - Opened by Pierre-Sassoulas 9 days ago - 1 comment
Labels: Documentation :green_book:, Maintenance, Skip news :mute:

#9935 - Possible false-negative for `unused-argument` when function always raises

Issue - State: open - Opened by e-gebes 9 days ago - 1 comment
Labels: Needs triage :inbox_tray:

#9934 - Fix duplicate workflow step ids

Pull Request - State: closed - Opened by jacobtylerwalls 10 days ago - 2 comments
Labels: Maintenance, primer, Skip news :mute:

#9933 - Add details.rst for c-extension-no-member

Pull Request - State: closed - Opened by jacobtylerwalls 10 days ago - 4 comments
Labels: Documentation :green_book:, Skip news :mute:

#9932 - Explicitly save cache in primer jobs

Pull Request - State: closed - Opened by jacobtylerwalls 10 days ago - 5 comments
Labels: Maintenance, primer, Skip news :mute:

#9931 - Harden primer package caching against possible race condition

Pull Request - State: closed - Opened by jacobtylerwalls 10 days ago - 6 comments
Labels: Maintenance, primer, Skip news :mute:

#9930 - Add option to list configuration values optionally with origins

Issue - State: open - Opened by GadgetSteve 12 days ago - 1 comment
Labels: Enhancement âœĻ, Needs PR

#9929 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 12 days ago - 1 comment
Labels: Maintenance, Skip news :mute:

#9928 - Emit no-member for `__annotations__` for py-version < 3.10

Issue - State: open - Opened by l0lawrence 12 days ago - 1 comment
Labels: Minor 💅, typing, False Negative ðŸĶ‹, py-version

#9927 - Move most ruff exclusions out of .pre-commit-config.yaml

Pull Request - State: closed - Opened by correctmost 13 days ago - 1 comment
Labels: Maintenance, Skip news :mute:

#9926 - Retiring checks related to old Python versions

Issue - State: closed - Opened by akamat10 16 days ago - 7 comments
Labels: Question

#9925 - Remove old-style classes code, remove check for new-style class

Pull Request - State: closed - Opened by akamat10 16 days ago - 18 comments

#9924 - Document how to only run pre-push with the pre-commit integration

Issue - State: open - Opened by davetapley 16 days ago - 1 comment
Labels: Question, Documentation :green_book:

#9923 - Spurious W3301: min(value, min(iterable)) does not do the same thing as min(value, iterable)

Issue - State: open - Opened by zackw 17 days ago
Labels: Needs triage :inbox_tray:

#9922 - False positive unexpected-keyword-arg (E1123)

Issue - State: open - Opened by Gollam 18 days ago - 3 comments
Labels: Needs triage :inbox_tray:

#9921 - False positive `inconsistent-return-statements` with `typing.assert_never`

Issue - State: closed - Opened by jamesbraza 19 days ago - 4 comments
Labels: Duplicate ðŸŦ

#9920 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 19 days ago - 1 comment
Labels: Maintenance, Skip news :mute:

#9919 - Fix coverage uploads

Pull Request - State: closed - Opened by jacobtylerwalls 20 days ago - 4 comments
Labels: Maintenance, Skip news :mute:

#9918 - Don't use .get() with defaultdicts

Pull Request - State: closed - Opened by correctmost 21 days ago - 1 comment
Labels: performance, Skip news :mute:

#9917 - Fix false negative for `multiple-statements` on try... else/finally lines

Pull Request - State: closed - Opened by zenlyj 21 days ago - 4 comments

#9916 - Remove obsolete comment from ASTWalker.walk

Pull Request - State: closed - Opened by correctmost 22 days ago - 1 comment
Labels: Maintenance, Skip news :mute:

#9915 - pylint treats `package.module` same as `package/module.py` in terms of search

Issue - State: open - Opened by akamat10 24 days ago - 7 comments
Labels: Enhancement âœĻ, namespace-package, Needs specification :closed_lock_with_key:

#9914 - Fix max-positional-arguments comments in example config files

Pull Request - State: closed - Opened by correctmost 24 days ago - 4 comments
Labels: Documentation :green_book:, Skip news :mute:

#9913 - [doc] exec-used, can't reproduce the nefarious example writing in an intermediary file

Pull Request - State: open - Opened by Pierre-Sassoulas 24 days ago - 5 comments
Labels: Documentation :green_book:, Skip news :mute:

#9912 - [pre-commit] Add codespell, and fix some existing typos

Pull Request - State: closed - Opened by Pierre-Sassoulas 24 days ago - 3 comments
Labels: Maintenance, Skip news :mute:

#9911 - Fix two incorrect/broken tests in `tests/checkers/unittest_imports.py`

Pull Request - State: closed - Opened by akamat10 25 days ago - 7 comments
Labels: Maintenance, Skip news :mute:

#9910 - Improved module path discovery when source-roots are not specified

Pull Request - State: closed - Opened by akamat10 26 days ago - 2 comments

#9909 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 26 days ago - 1 comment
Labels: Skip news :mute:

#9908 - False positive E1126 (invalid-sequence-index) on generic type alias with forward ref

Issue - State: open - Opened by dairiki 26 days ago - 3 comments
Labels: typing, False Positive ðŸĶŸ

#9907 - Bump actions/upload-artifact from 4.3.6 to 4.4.0

Pull Request - State: closed - Opened by dependabot[bot] 26 days ago - 2 comments
Labels: dependency, Skip news :mute:

#9906 - Bump actions/setup-python from 5.1.1 to 5.2.0

Pull Request - State: closed - Opened by dependabot[bot] 26 days ago - 2 comments
Labels: dependency, Skip news :mute:

#9905 - False positive `invalid-overridden-method` when overridding `Enum.value`

Issue - State: open - Opened by e-gebes 26 days ago
Labels: Needs triage :inbox_tray:

#9904 - docs: Change `--indent-string`'s whitespace representation

Pull Request - State: open - Opened by rogersheu 28 days ago - 2 comments
Labels: Documentation :green_book:, Skip news :mute:

#9903 - Merge maintenance/3.2.x into main following 3.2.7 release

Pull Request - State: closed - Opened by jacobtylerwalls 28 days ago - 7 comments
Labels: Maintenance, Skip news :mute:

#9902 - Bump pylint to 3.2.7, update changelog

Pull Request - State: closed - Opened by jacobtylerwalls 28 days ago - 1 comment

#9901 - Clarify `no-else-raise` and `no-else-return` also apply to try/except

Issue - State: open - Opened by jolaf 29 days ago - 1 comment
Labels: Good first issue, Documentation :green_book:, Needs PR

#9900 - Updating minor error in the changelog

Pull Request - State: closed - Opened by Noah-Agnel 29 days ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:

#9899 - RecursionError when analyzing sqlalchemy's code

Issue - State: closed - Opened by alessandro-fiorino 30 days ago - 1 comment
Labels: Crash ðŸ’Ĩ, Needs investigation 🔎, Lib specific 💅

#9898 - Dynamic color mapping for "fail-on" messages/categories in ColorizedTextReporter

Issue - State: open - Opened by felixp98 about 1 month ago - 1 comment
Labels: Enhancement âœĻ, Help wanted 🙏

#9897 - [Backport maintenance/3.2.x] Fix to maintain order of package paths

Pull Request - State: closed - Opened by github-actions[bot] about 1 month ago - 1 comment
Labels: Bug :beetle:

#9896 - Add docs for OSS-Fuzz integration

Pull Request - State: closed - Opened by correctmost about 1 month ago - 1 comment
Labels: Documentation :green_book:, Skip news :mute:

#9895 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 1 month ago - 1 comment
Labels: Skip news :mute:

#9894 - False Negative function-redefined when function named with leading underscore

Issue - State: open - Opened by daviderie about 1 month ago - 3 comments
Labels: Help wanted 🙏, Good first issue, False Negative ðŸĶ‹

#9893 - Update towncrier requirement from ~=24.7 to ~=24.8

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago - 5 comments
Labels: dependency, Skip news :mute:

#9892 - Fixed typo in W0212

Pull Request - State: closed - Opened by bshoshany about 1 month ago - 2 comments
Labels: Skip news :mute:

#9891 - False positive for protected-access / W0212 in a very simple class

Issue - State: closed - Opened by bshoshany about 1 month ago - 3 comments
Labels: Duplicate ðŸŦ

#9889 - Behavior of --prefer-stubs

Issue - State: open - Opened by furgerf about 1 month ago - 3 comments
Labels: Needs design proposal :lock:

#9888 - Pylint Crash when building the AST of a dataclass with a `Any` member field

Issue - State: closed - Opened by ancantus about 1 month ago - 2 comments
Labels: Duplicate ðŸŦ, Invalid

#9887 - Fix to maintain order of package paths

Pull Request - State: closed - Opened by akamat10 about 1 month ago - 5 comments
Labels: Bug :beetle:, backport maintenance/3.2.x

#9886 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: open - Opened by pre-commit-ci[bot] about 1 month ago

#9885 - False positive missing member __value__ with type statement and Literal under python 3.12

Issue - State: open - Opened by RomainBrault about 1 month ago
Labels: Needs triage :inbox_tray:

#9884 - `redefined-outer-name` (`W0621`) - false positive on 3.12 type aliases

Issue - State: open - Opened by DetachHead about 1 month ago
Labels: typing, False Positive ðŸĶŸ, Needs PR, python 3.12

#9883 - Inconsistent and sometimes incorrect false positive of `no-member` error

Issue - State: closed - Opened by akamat10 about 1 month ago - 9 comments
Labels: Bug :beetle:, Good first issue, Needs PR

#9882 - `too-few-function-args` redundant with `no-value-for-parameter`

Pull Request - State: closed - Opened by rogersheu about 1 month ago - 4 comments
Labels: Maintenance, Beta-Blocker 🙅ðŸĐļ, Skip news :mute:

#9881 - `too-few-function-args` overlaps with `no-value-for-parameter`

Issue - State: closed - Opened by rogersheu about 1 month ago
Labels: Maintenance, Unreleased

#9880 - possibly-used-before-assignment for function that is checked for call ability before calling

Issue - State: closed - Opened by nikita-leontiev about 1 month ago - 2 comments
Labels: Invalid

#9879 - Unexpected change from used-before-assignment to possibly-used-before-assignment

Issue - State: open - Opened by nikita-leontiev about 1 month ago
Labels: Needs triage :inbox_tray: