output to classes #60
mypy_flake.yml
on: push
Проверка flake8
6s
Mypy
45s
Annotations
6 errors and 1 warning
Mypy:
adaptive_hockey_federation/parser/parser_1.py#L3
Library stubs not installed for "openpyxl" [import-untyped]
|
Mypy:
adaptive_hockey_federation/parser/parser_1.py#L3
Hint: "python3 -m pip install types-openpyxl"
|
Mypy:
adaptive_hockey_federation/parser/parser_1.py#L3
(or run "mypy --install-types" to install all missing stub packages)
|
Mypy:
adaptive_hockey_federation/parser/parser_1.py#L3
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
Mypy:
adaptive_hockey_federation/parser/parser_2.py#L3
Library stubs not installed for "openpyxl" [import-untyped]
|
Mypy
Process completed with exit code 2.
|
Mypy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|