Skip to content

Apply Python script formatting #620

Apply Python script formatting

Apply Python script formatting #620

Triggered via pull request January 4, 2024 18:38
Status Success
Total duration 3m 17s
Artifacts

tests_development.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 20 warnings
test (ubuntu-latest, 3.10): docs/source/conf.py#L65
E262 inline comment should start with '# '
test (ubuntu-latest, 3.10): hazenlib/__init__.py#L77
E501 line too long (132 > 127 characters)
test (ubuntu-latest, 3.10): hazenlib/__init__.py#L98
E501 line too long (146 > 127 characters)
test (ubuntu-latest, 3.10): hazenlib/__init__.py#L99
E501 line too long (162 > 127 characters)
test (ubuntu-latest, 3.10): hazenlib/__init__.py#L102
E501 line too long (156 > 127 characters)
test (ubuntu-latest, 3.10): hazenlib/__init__.py#L103
E501 line too long (136 > 127 characters)
test (ubuntu-latest, 3.10): hazenlib/__init__.py#L160
E722 do not use bare 'except'
test (ubuntu-latest, 3.10): hazenlib/tasks/acr_geometric_accuracy.py#L9
E501 line too long (135 > 127 characters)
test (ubuntu-latest, 3.10): hazenlib/tasks/acr_ghosting.py#L42
E501 line too long (128 > 127 characters)
test (ubuntu-latest, 3.9): docs/source/conf.py#L65
E262 inline comment should start with '# '
test (ubuntu-latest, 3.9): hazenlib/__init__.py#L77
E501 line too long (132 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/__init__.py#L98
E501 line too long (146 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/__init__.py#L99
E501 line too long (162 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/__init__.py#L102
E501 line too long (156 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/__init__.py#L103
E501 line too long (136 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/__init__.py#L160
E722 do not use bare 'except'
test (ubuntu-latest, 3.9): hazenlib/tasks/acr_geometric_accuracy.py#L9
E501 line too long (135 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/tasks/acr_ghosting.py#L42
E501 line too long (128 > 127 characters)
test (ubuntu-latest, 3.9): hazenlib/tasks/acr_slice_position.py#L216
E203 whitespace before ':'
test (ubuntu-latest, 3.10): docs/source/conf.py#L84
W292 no newline at end of file
test (ubuntu-latest, 3.10): hazenlib/tasks/acr_uniformity.py#L75
F841 local variable 'coords' is assigned to but never used
test (ubuntu-latest, 3.10): hazenlib/tasks/ghosting.py#L53
F541 f-string is missing placeholders
test (ubuntu-latest, 3.10): hazenlib/tasks/ghosting.py#L58
F541 f-string is missing placeholders
test (ubuntu-latest, 3.10): hazenlib/tasks/ghosting.py#L67
F541 f-string is missing placeholders
test (ubuntu-latest, 3.10): hazenlib/tasks/ghosting.py#L228
F841 local variable 'ghost_slice' is assigned to but never used
test (ubuntu-latest, 3.10): hazenlib/tasks/relaxometry.py#L87
W291 trailing whitespace
test (ubuntu-latest, 3.10): hazenlib/tasks/relaxometry.py#L89
W291 trailing whitespace
test (ubuntu-latest, 3.10): hazenlib/tasks/relaxometry.py#L163
C901 'Relaxometry.run' is too complex (16)
test (ubuntu-latest, 3.10): hazenlib/tasks/relaxometry.py#L817
F841 local variable 'ax' is assigned to but never used
test (ubuntu-latest, 3.9): docs/source/conf.py#L84
W292 no newline at end of file
test (ubuntu-latest, 3.9): hazenlib/tasks/acr_uniformity.py#L75
F841 local variable 'coords' is assigned to but never used
test (ubuntu-latest, 3.9): hazenlib/tasks/ghosting.py#L53
F541 f-string is missing placeholders
test (ubuntu-latest, 3.9): hazenlib/tasks/ghosting.py#L58
F541 f-string is missing placeholders
test (ubuntu-latest, 3.9): hazenlib/tasks/ghosting.py#L67
F541 f-string is missing placeholders
test (ubuntu-latest, 3.9): hazenlib/tasks/ghosting.py#L228
F841 local variable 'ghost_slice' is assigned to but never used
test (ubuntu-latest, 3.9): hazenlib/tasks/relaxometry.py#L87
W291 trailing whitespace
test (ubuntu-latest, 3.9): hazenlib/tasks/relaxometry.py#L89
W291 trailing whitespace
test (ubuntu-latest, 3.9): hazenlib/tasks/relaxometry.py#L163
C901 'Relaxometry.run' is too complex (16)
test (ubuntu-latest, 3.9): hazenlib/tasks/relaxometry.py#L817
F841 local variable 'ax' is assigned to but never used