Skip to content

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

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 #729

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

python-stylecheck.yml

on: pull_request
Style check python and annotate
26s
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#L550
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#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#L595
line too long (95 > 80 characters)
Style check python and annotate: mig/shared/functionality/autocreate.py#L533
test for membership should be 'not in'
Style check python and annotate: mig/shared/functionality/autocreate.py#L531
test for membership should be 'not in'
Style check python and annotate: mig/shared/functionality/autocreate.py#L405
line too long (85 > 80 characters)
Style check python and annotate: mig/shared/functionality/autocreate.py#L217
line too long (85 > 80 characters)
Style check python and annotate: mig/shared/functionality/autocreate.py#L23
line too long (81 > 80 characters)