Issue 9519 super init with non self arg #10632
checks.yaml
on: pull_request
Prepare base dependencies
18s
Annotations
8 errors, 4 warnings, and 10 notices
F0002:
pylint/checkers/base_checker.py#L1
pylint/checkers/base_checker.py: Fatal error while checking 'pylint/checkers/base_checker.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-11-51.txt'.
|
F0002:
pylint/lint/pylinter.py#L1
pylint/lint/pylinter.py: Fatal error while checking 'pylint/lint/pylinter.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-11-59.txt'.
|
F0002:
pylint/checkers/classes/class_checker.py#L1
pylint/checkers/classes/class_checker.py: Fatal error while checking 'pylint/checkers/classes/class_checker.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-12-03.txt'.
|
F0002:
tests/config/pylint_config/test_pylint_config_generate.py#L1
tests/config/pylint_config/test_pylint_config_generate.py: Fatal error while checking 'tests/config/pylint_config/test_pylint_config_generate.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-11-47.txt'.
|
F0002:
tests/config/pylint_config/test_pylint_config_utils.py#L1
tests/config/pylint_config/test_pylint_config_utils.py: Fatal error while checking 'tests/config/pylint_config/test_pylint_config_utils.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-11-58.txt'.
|
F0002:
pylint/checkers/base/name_checker/checker.py#L1
pylint/checkers/base/name_checker/checker.py: Fatal error while checking 'pylint/checkers/base/name_checker/checker.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-11-50.txt'.
|
F0002:
pylint/checkers/refactoring/refactoring_checker.py#L1
pylint/checkers/refactoring/refactoring_checker.py: Fatal error while checking 'pylint/checkers/refactoring/refactoring_checker.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-01-17-17-11-59.txt'.
|
pylint
Process completed with exit code 1.
|
Prepare base dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
spelling tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
documentation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
C0413:
pylint/checkers/__init__.py#L43
Import "from __future__ import annotations" should be placed at the top of the module
|
C0413:
pylint/checkers/__init__.py#L45
Import "from typing import TYPE_CHECKING, Literal" should be placed at the top of the module
|
C0413:
pylint/checkers/__init__.py#L47
Import "from pylint.checkers.base_checker import BaseChecker, BaseRawFileChecker, BaseTokenChecker" should be placed at the top of the module
|
C0413:
pylint/checkers/__init__.py#L52
Import "from pylint.checkers.deprecated import DeprecatedMixin" should be placed at the top of the module
|
C0413:
pylint/checkers/__init__.py#L53
Import "from pylint.utils import LinterStats, diff_string, register_plugins" should be placed at the top of the module
|
C0411:
pylint/checkers/__init__.py#L43
standard import "__future__.annotations" should be placed before third party import "astroid.nodes" and first party imports "pylint.config.arguments_provider._ArgumentsProvider", "pylint.constants._MSG_ORDER", "pylint.exceptions.InvalidMessageError" (...) "pylint.message.message_definition.MessageDefinition", "pylint.typing.ExtraMessageOptions", "pylint.utils.get_rst_section"
|
C0411:
pylint/checkers/__init__.py#L45
standard import "typing.TYPE_CHECKING" should be placed before third party import "astroid.nodes" and first party imports "pylint.config.arguments_provider._ArgumentsProvider", "pylint.constants._MSG_ORDER", "pylint.exceptions.InvalidMessageError" (...) "pylint.message.message_definition.MessageDefinition", "pylint.typing.ExtraMessageOptions", "pylint.utils.get_rst_section"
|
C0412:
pylint/checkers/__init__.py#L43
Imports from package __future__ are not grouped
|
C0412:
pylint/checkers/__init__.py#L45
Imports from package typing are not grouped
|
C0413:
tests/test_check_parallel.py#L9
Import "from __future__ import annotations" should be placed at the top of the module
|