Skip to content

Add attack point iterator constants #442

Add attack point iterator constants

Add attack point iterator constants #442

Triggered via pull request January 19, 2024 14:26
Status Failure
Total duration 1m 26s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L45
Function "collections.namedtuple" is not valid as a type [valid-type]
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L45
Perhaps you need "Callable[...]" or a callback protocol?
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L61
Function "collections.namedtuple" is not valid as a type [valid-type]
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L61
Perhaps you need "Callable[...]" or a callback protocol?
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L68
NamedTuple type as an attribute is not supported [misc]
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L78
Function "collections.namedtuple" is not valid as a type [valid-type]
mypy: scaaml/capture/input_generators/attack_point_itarator.py#L78
Perhaps you need "Callable[...]" or a callback protocol?
mypy
Process completed with exit code 1.