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

#3232 - fail/warn on using parallel execution with custom plugins

Issue - State: closed - Opened by stanislavlevin almost 5 years ago - 22 comments
Labels: Needs investigation 🔬, multiprocessing

#3089 - __all__ is ignored for wildcard imports

Issue - State: open - Opened by SeppMe about 5 years ago - 8 comments
Labels: Enhancement ✨, Help wanted 🙏, Needs PR

#3078 - Why is max-default-line-length 100?

Issue - State: closed - Opened by pwinston about 5 years ago - 4 comments

#3045 - false positive: unsupported-membership-test

Issue - State: open - Opened by larsch about 5 years ago - 11 comments
Labels: Control flow, False Positive 🦟, Needs PR

#3024 - How to get only score?

Issue - State: closed - Opened by devender-yadav about 5 years ago - 9 comments

#2981 - False positive `attribute-defined-outside-init` error in Python 3.6 when attribute is defined in generic base class

Issue - State: open - Opened by huzecong over 5 years ago - 5 comments
Labels: Bug :beetle:, Needs PR

#2981 - False positive `attribute-defined-outside-init` error in Python 3.6 when attribute is defined in generic base class

Issue - State: open - Opened by huzecong over 5 years ago - 7 comments
Labels: Bug :beetle:, Needs PR

#2912 - Investigate inference cache improvements for improving the performance

Issue - State: closed - Opened by kodonnell over 5 years ago - 6 comments
Labels: Enhancement ✨, Duplicate 🐫, Needs investigation 🔬, Maintenance

#2842 - Functions called via decorators falsely reported as unused (W0612)

Issue - State: closed - Opened by fake-name over 5 years ago - 12 comments
Labels: Invalid

#2835 - Extend possibly-used-before-assignment to definitions in try then used in finally or after

Issue - State: open - Opened by lbenezriravin over 5 years ago - 5 comments
Labels: False Negative 🦋, C: used-before-assignment, Needs PR

#2832 - Warn about @contextlib.contextmanager without try/finally in generator functions

Issue - State: closed - Opened by ghost over 5 years ago - 19 comments
Labels: Enhancement ✨, Needs PR

#2821 - no-member checks seems to not be aware about scope

Issue - State: open - Opened by bunyk over 5 years ago - 4 comments
Labels: Bug :beetle:, inference

#2767 - False-positive E1137 (unsupported-assignment-operation) with np.empty_like

Issue - State: closed - Opened by bersbersbers over 5 years ago - 9 comments
Labels: Bug :beetle:, Astroid, Regression

#2766 - not-an-iterable error with attrs and type hinting.

Issue - State: closed - Opened by tarcisioe over 5 years ago - 9 comments
Labels: Bug :beetle:, Minor 💅, Needs astroid Brain 🧠

#2763 - Pyreverse: working without without __init__.py files

Issue - State: open - Opened by azzamsa over 5 years ago - 11 comments
Labels: Enhancement ✨, pyreverse, namespace-package

#2710 - Is too-few-public-methods (R0903) really useful?

Issue - State: closed - Opened by uriva over 5 years ago - 7 comments
Labels: Won't fix/not planned

#2691 - known-third-party does not work with namespace packages

Issue - State: closed - Opened by joshuaavalon over 5 years ago - 3 comments
Labels: Invalid

#2610 - New implicit-str-concat-in-sequence crashes

Issue - State: closed - Opened by xavfernandez almost 6 years ago - 7 comments

#2603 - False Positive import-error for tensorflow

Issue - State: open - Opened by petrux almost 6 years ago - 30 comments
Labels: Bug :beetle:, Needs astroid Brain 🧠, High priority

#2578 - Type changes in decorators are not detected

Issue - State: open - Opened by olirice almost 6 years ago - 6 comments
Labels: inference, Decorators, False Negative 🦋, Needs PR

#2567 - False positive ``no-member`` with ``@contextmanager`` decorated generators

Issue - State: closed - Opened by ZeeD almost 6 years ago - 14 comments
Labels: False Positive 🦟

#2545 - Slow linting on edx/edx-platform

Issue - State: closed - Opened by jcdyer almost 6 years ago - 4 comments
Labels: performance

#2545 - Slow linting on edx/edx-platform

Issue - State: closed - Opened by jcdyer almost 6 years ago - 4 comments
Labels: performance

#2543 - False positive for E1136 with PyQt4 overloaded signal

Issue - State: open - Opened by alete89 almost 6 years ago - 4 comments
Labels: Bug :beetle:, Needs astroid Brain 🧠, Needs investigation 🔬, Lib specific 💅

#2517 - Building the documentation requires Internet access

Issue - State: closed - Opened by bdrung about 6 years ago - 11 comments
Labels: Documentation :green_book:, Maintenance

#2493 - Add support for noqa: ERROR MESSAGE

Issue - State: open - Opened by PCManticore about 6 years ago - 19 comments
Labels: Enhancement ✨, Needs decision :lock:, Needs specification :closed_lock_with_key:

#2434 - TypeError: 'Uninferable' object is not iterable

Issue - State: closed - Opened by cdeil about 6 years ago - 9 comments

#2426 - cv2 module members are not recognized

Issue - State: closed - Opened by uriva about 6 years ago - 59 comments

#2368 - ``duplicate-code`` are always counted on the last module checked

Issue - State: open - Opened by mthuurne about 6 years ago - 10 comments
Labels: Bug :beetle:, duplicate-code

#2296 - False positive not-an-iterable for typing.NewType

Issue - State: open - Opened by alien3211 about 6 years ago - 17 comments
Labels: Astroid, Work in progress, typing

#2293 - Add configuration to promote/demote severity of messages

Issue - State: open - Opened by nicktimko about 6 years ago - 12 comments
Labels: Enhancement ✨, High priority, Needs specification :closed_lock_with_key:

#2271 - False positive for ``redundant-keyword-arg`` in class with ``partial()`` class attribute function

Issue - State: open - Opened by dgilland about 6 years ago - 5 comments
Labels: False Positive 🦟, Needs PR

#2178 - Ignore line-too-long for long URLs

Issue - State: closed - Opened by demurgos over 6 years ago - 8 comments

#2108 - Folder analysis fails if '__init__.py' is not present

Issue - State: closed - Opened by Stevoisiak over 6 years ago - 8 comments

#2018 - Show why snake_case errors is emitted on single word variables (might be too small)

Issue - State: closed - Opened by rmullin7286 over 6 years ago - 39 comments
Labels: Bug :beetle:, High priority, Hacktoberfest, Needs PR

#1954 - Performance Benchmarks / Integration tests

Issue - State: open - Opened by brycepg over 6 years ago - 7 comments
Labels: Enhancement ✨, performance, primer, Needs PR

#1873 - source should not be used as a variable as it prevents debugging.

Issue - State: closed - Opened by bubthegreat over 6 years ago - 5 comments

#1727 - `used-before-assignment` false negative after conditionals

Issue - State: open - Opened by eddieViscosity almost 7 years ago - 16 comments
Labels: Enhancement ✨, Control flow, False Negative 🦋, High priority, C: used-before-assignment

#1727 - `used-before-assignment` false negative after conditionals

Issue - State: closed - Opened by eddieViscosity almost 7 years ago - 16 comments
Labels: Enhancement ✨, Control flow, False Negative 🦋, High priority, C: used-before-assignment

#1655 - Adding implicit-str-concat-in-sequence check

Pull Request - State: closed - Opened by Lucas-C about 7 years ago - 35 comments

#1630 - unused-import for names used in class keyword arguments inside if expressions

Issue - State: open - Opened by marmistrz about 7 years ago - 11 comments
Labels: Bug :beetle:, Control flow, False Positive 🦟, Needs PR

#1630 - unused-import for names used in class keyword arguments inside if expressions

Issue - State: open - Opened by marmistrz about 7 years ago - 11 comments
Labels: Bug :beetle:, Control flow, False Positive 🦟, Needs PR

#1524 - Improve the situation for `no-name-in-module` for C extensions and modules using dynamic features

Issue - State: open - Opened by chrisspen over 7 years ago - 29 comments
Labels: Minor 💅, Documentation :green_book:, Needs investigation 🔬, False Positive 🦟, High priority

#1524 - Improve the situation for `no-name-in-module` for C extensions and modules using dynamic features

Issue - State: closed - Opened by chrisspen over 7 years ago - 31 comments
Labels: Minor 💅, Documentation :green_book:, Needs investigation 🔬, False Positive 🦟, High priority

#1498 - False positive with E1136 unsubscriptable-object

Issue - State: open - Opened by sam-s over 7 years ago - 41 comments
Labels: Enhancement ✨, Help wanted 🙏, Control flow, High priority, Hacktoberfest, Needs PR

#1487 - import-error on python core modules compiled files

Issue - State: open - Opened by jsetton over 7 years ago - 19 comments
Labels: Enhancement ✨, Needs PR

#1470 - Cannot find module if source file is a symbolic link

Issue - State: closed - Opened by suhlatwork over 7 years ago - 6 comments
Labels: Bug :beetle:

#1469 - False positive ``no-member``on ``asyncio.subprocess.create_subprocess_exec``

Issue - State: open - Opened by thanatos over 7 years ago - 14 comments
Labels: Needs astroid Brain 🧠, False Positive 🦟, Needs PR

#1457 - False negative ``duplicate-code`` when similarities are in the same file

Issue - State: open - Opened by onilton over 7 years ago - 8 comments
Labels: Enhancement ✨, Help wanted 🙏, duplicate-code, False Negative 🦋, Needs PR

#1416 - Make PyLint faster by providing a way to reuse ASTs and avoid startup time.

Issue - State: open - Opened by fabioz over 7 years ago - 6 comments
Labels: Enhancement ✨, performance, High effort 🏋, Needs PR

#1411 - Incorrect error reporting with requests package

Issue - State: closed - Opened by elirnm over 7 years ago - 4 comments
Labels: Bug :beetle:, Needs astroid Brain 🧠

#1162 - pylint lacks type-narrowing control-flow knowledge from `isinstance`

Issue - State: open - Opened by azmeuk almost 8 years ago - 12 comments
Labels: Control flow

#1144 - Fail to find NameError for undefined functions

Issue - State: closed - Opened by kolokoltsov almost 8 years ago - 2 comments
Labels: Bug :beetle:, False Negative 🦋, C: used-before-assignment

#1127 - False positive: no-member on "property"-like decorator

Issue - State: closed - Opened by TBoshoven almost 8 years ago - 7 comments
Labels: Bug :beetle:, Decorators, Duplicate 🐫, False Positive 🦟

#1061 - SQLAlchemy @hybrid_property decorator not supported

Issue - State: closed - Opened by tdamsma about 8 years ago - 11 comments
Labels: Enhancement ✨

#872 - Disables immediately after an else clause do not work properly.

Issue - State: open - Opened by dbaum over 8 years ago - 6 comments
Labels: Bug :beetle:, New parser, Needs review 🔍, Work in progress, Needs astroid update, C: Pragma's

#836 - `redefined-variable-type` when using `enum.Enum`

Issue - State: closed - Opened by Hibou57 over 8 years ago - 3 comments

#829 - Disable after module docstring has the scope of the whole file.

Issue - State: open - Opened by dbaum over 8 years ago - 6 comments
Labels: Enhancement ✨, Help wanted 🙏, Needs investigation 🔬, C: line-too-long, C: Pragma's

#777 - enums and redefined-variable-type

Issue - State: closed - Opened by ETayrienHBO over 8 years ago - 4 comments

#625 - Replace the use of safe_infer after having full inference support with .infer()

Issue - State: closed - Opened by pylint-bot about 9 years ago - 2 comments
Labels: Enhancement ✨

#618 - Add different configuration for different sub directories

Issue - State: open - Opened by pylint-bot about 9 years ago - 45 comments
Labels: Enhancement ✨, Help wanted 🙏, Configuration, Per directory config, High priority, Hacktoberfest

#214 - The duplicate-code (R0801) can't be disabled

Issue - State: closed - Opened by pylint-bot over 10 years ago - 52 comments
Labels: Enhancement ✨, Help wanted 🙏, High priority, Hacktoberfest