fix: Allow stream_id to be 9-10 chars #1168
lint-and-test.yaml
on: pull_request
pre-commit
/
pre-commit
29s
Matrix: test-python-poetry / pytest
Annotations
3 errors and 1 warning
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-14-19-14-16.txt'. (astroid-error)
|
test-python-poetry / Test python 3.x:
tests/test_acrclient.py#L1
[pylint] tests/test_acrclient.py
C: 3, 0: Import "from datetime import date" should be placed at the top of the module (wrong-import-position)
C: 5, 0: Import "import requests_mock" should be placed at the top of the module (wrong-import-position)
C: 6, 0: Import "from freezegun import freeze_time" should be placed at the top of the module (wrong-import-position)
C: 8, 0: Import "from suisa_sendemeldung import acrclient" should be placed at the top of the module (wrong-import-position)
C: 3, 0: standard import "from datetime import date" should be placed before "import cridlib" (wrong-import-order)
C: 5, 0: third party import "import requests_mock" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 6, 0: third party import "from freezegun import freeze_time" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 8, 0: first party import "from suisa_sendemeldung import acrclient" should be placed before "from .acrclient import ACRClient" (wrong-import-order)
C: 3, 0: Imports from package datetime are not grouped (ungrouped-imports)
|
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/.
|