feat: bump radiorabe/s2i-python from 2.0.2 to 2.0.4 #1049
lint-and-test.yaml
on: pull_request
pre-commit
/
pre-commit
23s
Matrix: test-python-poetry / pytest
Annotations
3 errors
test-python-poetry / Test python 3.x:
suisa_sendemeldung/acrclient.py#L1
[pylint] suisa_sendemeldung/acrclient.py
C: 2, 0: Import "from datetime import date, datetime, timedelta" should be placed at the top of the module (wrong-import-position)
C: 4, 0: Import "import pytz" should be placed at the top of the module (wrong-import-position)
C: 5, 0: Import "from acrclient import Client" should be placed at the top of the module (wrong-import-position)
C: 6, 0: Import "from tqdm import tqdm" should be placed at the top of the module (wrong-import-position)
C: 2, 0: standard import "from datetime import date, datetime, timedelta" should be placed before "import cridlib" (wrong-import-order)
C: 4, 0: third party import "import pytz" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 5, 0: third party import "from acrclient import Client" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 6, 0: third party import "from tqdm import tqdm" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 2, 0: Imports from package datetime are not grouped (ungrouped-imports)
C: 4, 0: Imports from package pytz are not grouped (ungrouped-imports)
C: 6, 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-2023-11-01-13-08-16.txt'. (astroid-error)
|
test-python-poetry / Test python 3.x
Process completed with exit code 1.
|