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

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

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

#8711 - Update tbump requirement from ~=6.9.0 to ~=6.10.0

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

#8710 - [stale action] The expected value is a comma separated string

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 2 comments
Labels: Maintenance, Skip news :mute:

#8708 - Docs: optparse not removed in Python 3.12

Pull Request - State: closed - Opened by hugovk over 1 year ago - 4 comments
Labels: Documentation :green_book:, Skip news :mute:

#8707 - [config] Create a config parsing class indpendant from Pylinter

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 7 comments
Labels: Maintenance, Skip news :mute:

#8706 - Manage PR/Issues that are stale automatically

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 14 comments
Labels: Maintenance, Skip news :mute:

#8705 - bad-plugin-value

Issue - State: closed - Opened by deadex-ng over 1 year ago - 1 comment
Labels: Question, Documentation :green_book:

#8704 - False-positive `inconsistent-mro` with `PySide6` objects

Issue - State: open - Opened by bersbersbers over 1 year ago - 3 comments
Labels: Needs astroid Brain 🧠, False Positive 🦟, Needs PR

#8703 - Remove bad link from pylint.org front page

Issue - State: closed - Opened by rothfralick over 1 year ago - 1 comment
Labels: Duplicate 🐫

#8702 - Avoid duplicate overgeneral-exceptions warnings with ``--jobs``

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 2 comments
Labels: Bug :beetle:, multiprocessing

#8701 - Disable consider-using-join for non-empty separator

Issue - State: closed - Opened by vmeurisse over 1 year ago - 7 comments
Labels: Enhancement ✨, Help wanted πŸ™, Good first issue, Needs PR

#8700 - [Backport maintenance/2.17.x] Fix crash in `invalid-metaclass` check

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

#8699 - Fix crash in `invalid-metaclass` check

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 2 comments
Labels: Crash πŸ’₯, Backported

#8698 - Crash "Fatal error while checking" with metaclass

Issue - State: closed - Opened by bersbersbers over 1 year ago - 2 comments
Labels: Crash πŸ’₯, Needs PR

#8697 - [primer] Parallelize primer workflow into package batches

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 6 comments
Labels: primer, Skip news :mute:

#8696 - False positive `unused-variable` for `TYPE_CHECKING` imports

Issue - State: open - Opened by zenlyj over 1 year ago
Labels: False Positive 🦟, C: used-before-assignment, Needs PR

#8695 - crash caused by unimplemented code feature

Issue - State: closed - Opened by Pippin555 over 1 year ago - 7 comments
Labels: Crash πŸ’₯, Upstream Bug πŸͺ², python 3.12

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

Pull Request - State: closed - Opened by pre-commit-ci[bot] over 1 year ago - 3 comments
Labels: dependency, Skip news :mute:

#8693 - Request: reporting unnecessary `int`-cast

Issue - State: open - Opened by jamesbraza over 1 year ago - 2 comments
Labels: Enhancement ✨, Needs PR

#8692 - Bump sphinx from 6.2.0 to 7.0.1 and furo to 2023.5.20, remove ``myst_parser``

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

#8691 - Bump astroid from 3.0.0a2 to 3.0.0a3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependency, Skip news :mute:

#8690 - Update pytest-xdist requirement from ~=3.2 to ~=3.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependency, Skip news :mute:

#8689 - Unexpected false-positive "no-value-for-parameter" from type stubs 'hidden' under 'if TYPE_CHECKING:'

Issue - State: open - Opened by geokala over 1 year ago - 2 comments
Labels: Documentation :green_book:, inference, typing, Needs specification :closed_lock_with_key:

#8688 - False positive for E1136 (unsubscriptable-object) when using NewType to wrap a subscriptable collection

Issue - State: closed - Opened by phelps-sg over 1 year ago - 1 comment
Labels: Duplicate 🐫

#8687 - False-positive W0236 (and W0221) when implementing an optional protocol method

Issue - State: open - Opened by bersbersbers over 1 year ago
Labels: False Positive 🦟, Needs PR

#8686 - `used-before-assignment` for assignment in inner try when outer try returns

Issue - State: open - Opened by jacobtylerwalls over 1 year ago
Labels: Control flow, False Positive 🦟, C: used-before-assignment

#8685 - Upgrade astroid to 3.0.0a3

Pull Request - State: open - Opened by Pierre-Sassoulas over 1 year ago - 5 comments
Labels: Blocked 🚧, Maintenance, Skip news :mute:

#8684 - Regression fix for `unused-variable` false negative

Pull Request - State: closed - Opened by zenlyj over 1 year ago - 4 comments
Labels: False Negative πŸ¦‹, Unreleased, Skip news :mute:

#8683 - Load custom plugins when linting in parallel

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 3 comments
Labels: multiprocessing

#8682 - Add regression test for #8554

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 4 comments
Labels: Maintenance, Backported

#8681 - Add optional `prefer-typing-namedtuple` message

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 7 comments
Labels: Enhancement ✨

#8680 - missing-parentheses-for-call-in-test not raised as expected

Issue - State: open - Opened by carlio over 1 year ago
Labels: False Negative πŸ¦‹, Needs PR

#8679 - [Backport maintenance/2.17.x] Fix crash when deleting from a dict returned from a call

Pull Request - State: closed - Opened by github-actions[bot] over 1 year ago - 1 comment
Labels: Crash πŸ’₯

#8678 - Fix crash when deleting from a dict returned from a call

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 2 comments
Labels: Crash πŸ’₯, Backported

#8677 - extend `redefined-outer-name` for global vs class scope names

Issue - State: closed - Opened by zufuliu over 1 year ago - 2 comments
Labels: Duplicate 🐫

#8676 - Primer - remove `.git` suffix from github URL.

Pull Request - State: closed - Opened by mbyrnepr2 over 1 year ago - 1 comment
Labels: Maintenance, primer, Skip news :mute:

#8675 - False positive for `too-many-arguments` in methods

Issue - State: open - Opened by mbyrnepr2 over 1 year ago - 1 comment
Labels: False Positive 🦟, Needs PR

#8674 - Fix a false negative for ``too-many-arguments`` and positional-only and keyword-only arguments

Pull Request - State: closed - Opened by mbyrnepr2 over 1 year ago - 17 comments
Labels: False Negative πŸ¦‹

#8673 - pylint runs slow on sqlalchemy

Issue - State: closed - Opened by jstucke over 1 year ago - 1 comment
Labels: Duplicate 🐫

#8672 - pylint: add an option to control the exit code

Issue - State: closed - Opened by dgutson over 1 year ago - 3 comments
Labels: Question

#8671 - type hints in methods using PEP 604 result in horizontal line

Issue - State: closed - Opened by cybercyber123 over 1 year ago - 2 comments
Labels: Bug :beetle:, pyreverse

#8670 - Ability to Configure Useless suppressions incompatibility list

Issue - State: open - Opened by hmc-cs-mdrissi over 1 year ago - 1 comment
Labels: Enhancement ✨, Needs PR

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

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

#8668 - Fix bug with unclear function signature #3613

Pull Request - State: open - Opened by hmc-cs-mdrissi over 1 year ago - 2 comments
Labels: False Positive 🦟, Lib specific πŸ’…

#8667 - R0913 excludes keyword- and positional-only arguments

Issue - State: closed - Opened by charliermarsh over 1 year ago - 5 comments
Labels: False Negative πŸ¦‹, Needs PR

#8666 - proposal: warn when trying to catch KeyError in defaultdict lookup

Issue - State: open - Opened by jgehrcke over 1 year ago - 4 comments
Labels: Enhancement ✨, Needs PR

#8665 - Merge maintenance 2.17.x in main

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 1 comment
Labels: Maintenance, Skip news :mute:

#8664 - Release branch 2.17.4

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 1 comment
Labels: Maintenance

#8663 - Extending redefined-outer-name check to cover the case of loop variables

Pull Request - State: closed - Opened by Lucas-C over 1 year ago - 24 comments
Labels: False Negative πŸ¦‹, Waiting on author

#8662 - Error while run `pylint --generate-toml-config`

Issue - State: closed - Opened by IamRezaMousavi over 1 year ago - 2 comments
Labels: Duplicate 🐫

#8661 - [Doc] Minor fixup in launching_test.rst

Pull Request - State: closed - Opened by Lucas-C over 1 year ago - 3 comments
Labels: Documentation :green_book:, Skip news :mute:

#8660 - Discourage collections.namedtuple in favor of typing.NamedTuple

Issue - State: closed - Opened by vapier over 1 year ago - 4 comments
Labels: Enhancement ✨, Needs PR

#8659 - False negative for function annotation mistakenly targeting property instead of imported module

Issue - State: open - Opened by omarandlorraine over 1 year ago - 1 comment
Labels: False Negative πŸ¦‹, Needs PR

#8658 - Request: detecting bad short circuit with walrus operator

Issue - State: open - Opened by jamesbraza over 1 year ago
Labels: False Negative πŸ¦‹, Assignment expression, C: undefined-variable, Needs PR

#8657 - deprecate typing.NamedTuple in favor of dataclasses

Issue - State: closed - Opened by vapier over 1 year ago - 1 comment
Labels: Duplicate 🐫

#8656 - deprecate collections.namedtuple in favor of dataclasses

Issue - State: closed - Opened by vapier over 1 year ago - 7 comments
Labels: Won't fix/not planned

#8655 - Syntax error on `# type: Any` after a module import

Issue - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 1 comment
Labels: Duplicate 🐫

#8654 - ``RuffChecker`` class to be able to create python plugins using ruff 's AST

Issue - State: open - Opened by Pierre-Sassoulas over 1 year ago
Labels: Enhancement ✨, Proposal πŸ“¨, High effort πŸ‹, Needs investigation πŸ”¬

#8653 - Upgrade 'tox - docs' to match readthedoc online and for performance

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

#8652 - unused-import when readline is imported to enhance input()

Issue - State: open - Opened by michalfabik over 1 year ago - 3 comments
Labels: False Positive 🦟, Needs decision :lock:, Needs specification :closed_lock_with_key:

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

Pull Request - State: closed - Opened by pre-commit-ci[bot] over 1 year ago - 1 comment
Labels: dependency, Skip news :mute:

#8650 - [doc] Apply black on the documentation where it makes sense

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 2 comments
Labels: Documentation :green_book:, Maintenance, Skip news :mute:

#8649 - [Doc] Improving implicit-str-concat/details.rst

Pull Request - State: closed - Opened by Lucas-C over 1 year ago - 2 comments
Labels: Documentation :green_book:, Skip news :mute:

#8648 - [Doc] Create implicit-str-concat/details.rst

Pull Request - State: closed - Opened by Lucas-C over 1 year ago - 6 comments
Labels: Documentation :green_book:, Skip news :mute:

#8647 - spellchecking: add multi-locale support

Pull Request - State: closed - Opened by jayaddison over 1 year ago - 18 comments
Labels: Enhancement ✨

#8646 - Suggestion to improve redefined-outer-name or to introduce a new rule

Issue - State: open - Opened by Lucas-C over 1 year ago - 6 comments
Labels: False Negative πŸ¦‹, Needs decision :lock:

#8645 - Bump sphinx from 6.2.0 to 7.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: Blocked 🚧, dependency, Skip news :mute:

#8644 - Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive

Pull Request - State: closed - Opened by mbyrnepr2 over 1 year ago - 9 comments
Labels: Enhancement ✨, False Positive 🦟

#8643 - False positive unsupported-membership-test with Optional[str]

Issue - State: closed - Opened by HWiese1980 over 1 year ago - 3 comments
Labels: Cannot reproduce 🀷

#8641 - `unnecessary-lambda-assignment` should not be generated when assigning to a β€œgenuine” variable

Issue - State: open - Opened by barisione over 1 year ago - 1 comment
Labels: Enhancement ✨, Needs decision :lock:

#8640 - [Backport maintenance/2.17.x] Make sure a ``tool`` table is created in ``toml`` generation

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

#8639 - [primer] Fix commit string generation

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 5 comments
Labels: primer, Skip news :mute:

#8638 - Make sure a ``tool`` table is created in ``toml`` generation

Pull Request - State: closed - Opened by DanielNoord over 1 year ago - 1 comment
Labels: dependency, Backported, Skip news :mute:

#8637 - pylint json report doesn't have all the errors like in the console output

Issue - State: closed - Opened by davidbluevine over 1 year ago - 5 comments
Labels: Cannot reproduce 🀷

#8636 - Proposal - Check match case exhaustiveness for enums

Issue - State: open - Opened by alonme over 1 year ago - 14 comments
Labels: Enhancement ✨, Needs decision :lock:, Needs specification :closed_lock_with_key:, Match case

#8635 - [Backport maintenance/2.17.x] [tomlkit] Limit the maximum version of tomlkit

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

#8634 - `not-an-iterable` and `unsubscriptable-object` false positives with @overload method

Issue - State: closed - Opened by Jonas1312 over 1 year ago - 3 comments
Labels: Duplicate 🐫

#8633 - [tomlkit] Limit the maximum version of tomlkit

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 1 comment
Labels: Crash πŸ’₯, Backported

#8632 - TOMLKitError when generating TOML config with tomlkit 0.11.8

Issue - State: closed - Opened by ltm over 1 year ago - 1 comment
Labels: Crash πŸ’₯, python 3.11, High priority

#8630 - Merge use implicit booleaness like checks

Pull Request - State: closed - Opened by Pierre-Sassoulas over 1 year ago - 3 comments
Labels: Maintenance

#8629 - Add applicability notes for `compare-to-empty-string/zero` (#8592)

Pull Request - State: closed - Opened by dotkrnl over 1 year ago - 3 comments
Labels: Documentation :green_book:

#8628 - missing-param-doc W9015 false positive for typing.Union

Issue - State: open - Opened by xqgex over 1 year ago - 1 comment
Labels: typing, False Positive 🦟

#8627 - Bump astroid to 3.0.0a2

Pull Request - State: closed - Opened by cdce8p over 1 year ago - 2 comments
Labels: Astroid, Maintenance, Skip news :mute:

#8626 - Bump astroid to 3.0.0a1

Pull Request - State: closed - Opened by cdce8p over 1 year ago - 3 comments
Labels: Astroid, Maintenance, Skip news :mute:

#8619 - Fix a false positive for ``bad-dunder-name``

Pull Request - State: closed - Opened by mbyrnepr2 over 1 year ago - 3 comments
Labels: False Positive 🦟, Backported

#8615 - Bump astroid from 2.15.3 to 2.15.4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependency, Backported, Skip news :mute:

#8614 - `no-docstring-rgx` accepting lists

Issue - State: open - Opened by mlaves over 1 year ago - 3 comments
Labels: Enhancement ✨, Needs PR

#8612 - Add home-assistant to primer and remove old external primer

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 6 comments
Labels: primer, Skip news :mute:

#8611 - Use `astroid.Context` enum

Pull Request - State: closed - Opened by cdce8p over 1 year ago - 2 comments
Labels: Astroid, Maintenance, Skip news :mute:

#8610 - Added escaping of vertical bar character in annotation labels

Pull Request - State: closed - Opened by ViRuSTriNiTy over 1 year ago - 13 comments
Labels: Bug :beetle:, pyreverse, python 3.10, Backported

#8609 - Drop support for Python 3.7

Pull Request - State: closed - Opened by cdce8p over 1 year ago - 6 comments
Labels: Maintenance

#8606 - Optimize `is_trailing_comma()`

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 5 comments
Labels: performance

#8605 - Cache `class_is_abstract()`

Pull Request - State: closed - Opened by jacobtylerwalls over 1 year ago - 3 comments
Labels: performance

#8602 - Crash ``Building error when trying to create ast representation of module 'gradient'``

Issue - State: closed - Opened by maxludden over 1 year ago - 2 comments
Labels: Crash πŸ’₯, Invalid

#8599 - Replace `consider-using-f-string` with `avoid-using-percent-string`

Issue - State: closed - Opened by Mynotoar over 1 year ago - 11 comments
Labels: Discussion πŸ€”, Won't fix/not planned

#8598 - Crash: AttributeError: 'Call' object has no attribute 'name'

Issue - State: closed - Opened by Dpeta over 1 year ago - 2 comments
Labels: Crash πŸ’₯, Needs PR

#8595 - `unused-variable` false negative on a caught exception in the latest 3.x alpha release

Issue - State: closed - Opened by yilei over 1 year ago - 6 comments
Labels: Regression, False Negative πŸ¦‹, Unreleased, Needs PR, C: unused-variable

#8591 - Fix Pylint Configuration Parsing Bug Causing Incorrect Option Settings #8460

Pull Request - State: closed - Opened by ianrose1 over 1 year ago - 6 comments
Labels: Bug :beetle:, Configuration