Skip to content

chore: configure mkdocs and lint some mypy stuff #1191

chore: configure mkdocs and lint some mypy stuff

chore: configure mkdocs and lint some mypy stuff #1191

Triggered via pull request March 18, 2024 16:01
Status Success
Total duration 58s
Artifacts

lint-and-test.yaml

on: pull_request
pre-commit  /  pre-commit
23s
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-16-02-05.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.