Skip to content

Address a few old lint errors triggered by PR #359 but caused elsewhere #730

Address a few old lint errors triggered by PR #359 but caused elsewhere

Address a few old lint errors triggered by PR #359 but caused elsewhere #730

Triggered via pull request October 13, 2025 10:51
Status Success
Total duration 27s
Artifacts

python-stylecheck.yml

on: pull_request
Style check python and annotate
23s
Style check python and annotate
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Style check python and annotate: mig/shared/mrslparser.py#L66
unused function 'expand_variables' (60% confidence)
Style check python and annotate: mig/shared/mrslparser.py#L36
unused import 'types' (90% confidence)
Style check python and annotate: mig/shared/functionality/autocreate.py#L562
unused variable 'authsig_list' (60% confidence)
Style check python and annotate: mig/shared/mrslparser.py#L0
Imports are incorrectly sorted and/or formatted.
Style check python and annotate: mig/shared/functionality/autocreate.py#L0
Imports are incorrectly sorted and/or formatted.
Style check python and annotate: mig/shared/mrslparser.py#L245
line too long (83 > 80 characters)
Style check python and annotate: mig/shared/mrslparser.py#L174
test for membership should be 'not in'
Style check python and annotate: mig/shared/mrslparser.py#L50
do not use bare 'except'
Style check python and annotate: mig/shared/functionality/autocreate.py#L607
line too long (95 > 80 characters)
Style check python and annotate: mig/shared/functionality/autocreate.py#L545
test for membership should be 'not in'
Style check python and annotate: mig/shared/functionality/autocreate.py#L543
test for membership should be 'not in'
Style check python and annotate: mig/shared/functionality/autocreate.py#L411
line too long (85 > 80 characters)
Style check python and annotate: mig/shared/functionality/autocreate.py#L218
line too long (85 > 80 characters)