Issue 9519 super init with non self arg #10637
checks.yaml
on: pull_request
Prepare base dependencies
26s
Annotations
2 errors, 4 warnings, and 10 notices
F0002:
pylint/reporters/ureports/text_writer.py#L1
pylint/reporters/ureports/text_writer.py: Fatal error while checking 'pylint/reporters/ureports/text_writer.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-18-39-50.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
|
C0401:
pylint/checkers/typecheck.py#L1471
Wrong spelling of a word 'dev' in a comment:
|
C0401:
pylint/checkers/typecheck.py#L1498
Wrong spelling of a word 'decoratornames' in a comment:
|
C0413:
pylint/checkers/base/basic_error_checker.py#L7
Import "from __future__ import annotations" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L9
Import "import itertools" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L11
Import "import astroid" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L12
Import "from astroid import nodes" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L13
Import "from astroid.typing import InferenceResult" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L15
Import "from pylint.checkers import utils" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L16
Import "from pylint.checkers.base.basic_checker import _BasicChecker" should be placed at the top of the module
|
C0413:
pylint/checkers/base/basic_error_checker.py#L17
Import "from pylint.checkers.utils import infer_all" should be placed at the top of the module
|