Skip to content

feat(deps): bump babel from 2.13.1 to 2.14.0 #1107

feat(deps): bump babel from 2.13.1 to 2.14.0

feat(deps): bump babel from 2.13.1 to 2.14.0 #1107

Triggered via pull request December 12, 2023 13:47
Status Success
Total duration 49s
Artifacts

lint-and-test.yaml

on: pull_request
pre-commit  /  pre-commit
27s
pre-commit / pre-commit
Matrix: test-python-poetry / pytest
Fit to window
Zoom out
Zoom in

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-12-12-13-48-01.txt'. (astroid-error)
test-python-poetry / Test python 3.x: tests/test_acrclient.py#L1
[pylint] tests/test_acrclient.py C: 2, 0: Import "from datetime import date" should be placed at the top of the module (wrong-import-position) C: 4, 0: Import "import requests_mock" should be placed at the top of the module (wrong-import-position) C: 5, 0: Import "from freezegun import freeze_time" should be placed at the top of the module (wrong-import-position) C: 7, 0: Import "from suisa_sendemeldung import acrclient" should be placed at the top of the module (wrong-import-position) C: 2, 0: standard import "from datetime import date" should be placed before "import cridlib" (wrong-import-order) C: 4, 0: third party import "import requests_mock" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 5, 0: third party import "from freezegun import freeze_time" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 7, 0: first party import "from suisa_sendemeldung import acrclient" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 2, 0: Imports from package datetime are not grouped (ungrouped-imports)
test-python-poetry / Test python 3.x
Process completed with exit code 1.