chore(deps): bump wheel from 0.41.2 to 0.41.3 #1046
lint-and-test.yaml
on: pull_request
pre-commit
/
pre-commit
18s
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-31-06.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.
|