Skip to content

feat(deps): bump pytz from 2023.4 to 2024.1 #1165

feat(deps): bump pytz from 2023.4 to 2024.1

feat(deps): bump pytz from 2023.4 to 2024.1 #1165

Triggered via pull request February 13, 2024 14:47
Status Success
Total duration 58s
Artifacts

lint-and-test.yaml

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

Annotations

3 errors and 1 warning
test-python-poetry / Test python 3.x: suisa_sendemeldung/acrclient.py#L1
[pylint] suisa_sendemeldung/acrclient.py C: 3, 0: Import "from datetime import date, datetime, timedelta" should be placed at the top of the module (wrong-import-position) C: 5, 0: Import "import pytz" should be placed at the top of the module (wrong-import-position) C: 6, 0: Import "from acrclient import Client" should be placed at the top of the module (wrong-import-position) C: 7, 0: Import "from tqdm import tqdm" should be placed at the top of the module (wrong-import-position) C: 3, 0: standard import "from datetime import date, datetime, timedelta" should be placed before "import cridlib" (wrong-import-order) C: 5, 0: third party import "import pytz" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 6, 0: third party import "from acrclient import Client" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 7, 0: third party import "from tqdm import tqdm" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 3, 0: Imports from package datetime are not grouped (ungrouped-imports) C: 5, 0: Imports from package pytz are not grouped (ungrouped-imports) C: 7, 0: Imports from package tqdm are not grouped (ungrouped-imports)
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-2024-02-13-14-48-40.txt'. (astroid-error)
test-python-poetry / Test python 3.x
Process completed with exit code 1.
pre-commit / pre-commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.