Another attempt at fixing the collections.abc
issue for Python 3.13
#5511
Annotations
9 errors, 1 warning, and 1 notice
Run pre-commit checks:
astroid/interpreter/_import/spec.py#L148
Parsing failed: 'unindent does not match any outer indentation level (astroid.interpreter._import.spec, line 148)'
|
Run pre-commit checks:
astroid/modutils.py#L35
No name 'spec' in module 'astroid.interpreter._import'
|
Run pre-commit checks:
astroid/manager.py#L22
No name 'spec' in module 'astroid.interpreter._import'
|
Run pre-commit checks:
astroid/manager.py#L459
Cannot import 'astroid.interpreter._import.spec' due to 'unindent does not match any outer indentation level (astroid.interpreter._import.spec, line 148)'
|
Run pre-commit checks:
astroid/manager.py#L459
No name 'spec' in module 'astroid.interpreter._import'
|
Run pre-commit checks:
tests/test_modutils.py#L24
No name 'spec' in module 'astroid.interpreter._import'
|
Run pre-commit checks:
tests/test_modutils.py#L510
Module 'astroid.interpreter._import' has no 'spec' member
|
Run pre-commit checks:
tests/test_modutils.py#L516
Module 'astroid.interpreter._import' has no 'spec' member
|
Run pre-commit checks
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pre-commit checks:
astroid/manager.py#L335
Useless suppression of 'no-member'
|
Loading