feat(deps): bump babel from 2.12.1 to 2.13.1 #1045
lint-and-test.yaml
on: pull_request
pre-commit
/
pre-commit
29s
Matrix: test-python-poetry / pytest
Annotations
3 errors
test-python-poetry / Test python 3.x:
suisa_sendemeldung/suisa_sendemeldung.py#L1
[pylint] suisa_sendemeldung/suisa_sendemeldung.py
F: 1, 0: suisa_sendemeldung/suisa_sendemeldung.py: Fatal error while checking 'suisa_sendemeldung/suisa_sendemeldung.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-2023-10-31-18-30-48.txt'. (astroid-error)
|
test-python-poetry / Test python 3.x:
tests/test_suisa_sendemeldung.py#L1
[pylint] tests/test_suisa_sendemeldung.py
C: 2, 0: Import "from datetime import date, datetime, timezone" should be placed at the top of the module (wrong-import-position)
C: 3, 0: Import "from email.message import Message" should be placed at the top of the module (wrong-import-position)
C: 4, 0: Import "from io import BytesIO" should be placed at the top of the module (wrong-import-position)
C: 5, 0: Import "from unittest.mock import call, patch" should be placed at the top of the module (wrong-import-position)
C: 7, 0: Import "from configargparse import ArgumentParser" should be placed at the top of the module (wrong-import-position)
C: 8, 0: Import "from freezegun import freeze_time" should be placed at the top of the module (wrong-import-position)
C: 9, 0: Import "from openpyxl import load_workbook" should be placed at the top of the module (wrong-import-position)
C: 10, 0: Import "from pytest import mark" should be placed at the top of the module (wrong-import-position)
C: 12, 0: Import "from suisa_sendemeldung import suisa_sendemeldung" should be placed at the top of the module (wrong-import-position)
C: 2, 0: standard import "from datetime import date, datetime, timezone" should be placed before "import cridlib" (wrong-import-order)
C: 3, 0: standard import "from email.message import Message" should be placed before "import cridlib" (wrong-import-order)
C: 4, 0: standard import "from io import BytesIO" should be placed before "import cridlib" (wrong-import-order)
C: 5, 0: standard import "from unittest.mock import call, patch" should be placed before "import cridlib" (wrong-import-order)
C: 7, 0: third party import "from configargparse import ArgumentParser" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 8, 0: third party import "from freezegun import freeze_time" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 9, 0: third party import "from openpyxl import load_workbook" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 10, 0: third party import "from pytest import mark" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 12, 0: first party import "from suisa_sendemeldung import suisa_sendemeldung" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 2, 0: Imports from package datetime are not grouped (ungrouped-imports)
C: 3, 0: Imports from package email are not grouped (ungrouped-imports)
C: 4, 0: Imports from package io are not grouped (ungrouped-imports)
C: 7, 0: Imports from package configargparse are not grouped (ungrouped-imports)
C: 9, 0: Imports from package openpyxl are not grouped (ungrouped-imports)
|
test-python-poetry / Test python 3.x
Process completed with exit code 1.
|