Skip to content

chore(deps): bump wheel from 0.42.0 to 0.43.0 #1185

chore(deps): bump wheel from 0.42.0 to 0.43.0

chore(deps): bump wheel from 0.42.0 to 0.43.0 #1185

Triggered via pull request March 18, 2024 15:09
Status Success
Total duration 48s
Artifacts

lint-and-test.yaml

on: pull_request
pre-commit  /  pre-commit
34s
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-2024-03-18-15-09-50.txt'. (astroid-error)
test-python-poetry / Test python 3.x: tests/test_suisa_sendemeldung.py#L1
[pylint] tests/test_suisa_sendemeldung.py C: 3, 0: Import "from datetime import date, datetime, timezone" should be placed at the top of the module (wrong-import-position) C: 4, 0: Import "from email.message import Message" should be placed at the top of the module (wrong-import-position) C: 5, 0: Import "from io import BytesIO" should be placed at the top of the module (wrong-import-position) C: 6, 0: Import "from unittest.mock import call, patch" should be placed at the top of the module (wrong-import-position) C: 8, 0: Import "from configargparse import ArgumentParser" should be placed at the top of the module (wrong-import-position) C: 9, 0: Import "from freezegun import freeze_time" should be placed at the top of the module (wrong-import-position) C: 10, 0: Import "from openpyxl import load_workbook" should be placed at the top of the module (wrong-import-position) C: 11, 0: Import "from pytest import mark" should be placed at the top of the module (wrong-import-position) C: 13, 0: Import "from suisa_sendemeldung import suisa_sendemeldung" should be placed at the top of the module (wrong-import-position) C: 3, 0: standard import "from datetime import date, datetime, timezone" should be placed before "import cridlib" (wrong-import-order) C: 4, 0: standard import "from email.message import Message" should be placed before "import cridlib" (wrong-import-order) C: 5, 0: standard import "from io import BytesIO" should be placed before "import cridlib" (wrong-import-order) C: 6, 0: standard import "from unittest.mock import call, patch" should be placed before "import cridlib" (wrong-import-order) C: 8, 0: third party import "from configargparse import ArgumentParser" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 9, 0: third party import "from freezegun import freeze_time" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 10, 0: third party import "from openpyxl import load_workbook" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 11, 0: third party import "from pytest import mark" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 13, 0: first party import "from suisa_sendemeldung import suisa_sendemeldung" should be placed before "from .acrclient import ACRClient" (wrong-import-order) C: 3, 0: Imports from package datetime are not grouped (ungrouped-imports) C: 4, 0: Imports from package email are not grouped (ungrouped-imports) C: 5, 0: Imports from package io are not grouped (ungrouped-imports) C: 8, 0: Imports from package configargparse are not grouped (ungrouped-imports) C: 10, 0: Imports from package openpyxl are not grouped (ungrouped-imports)
test-python-poetry / Test python 3.x
Process completed with exit code 1.