chore(deps): bump black from 24.2.0 to 24.3.0 #1183
Annotations
3 errors
Run poetry run pytest:
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-13-06-19.txt'. (astroid-error)
|
Run poetry run pytest:
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)
|
Run poetry run pytest
Process completed with exit code 1.
|
Loading