Skip to content

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

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

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

python-stylecheck.yml

on: pull_request
Style check python and annotate
24s
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#L65
unused function 'expand_variables' (60% confidence)
Style check python and annotate: mig/shared/mrslparser.py#L35
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#L49
do not use bare 'except'
Style check python and annotate: mig/shared/mrslparser.py#L23
line too long (81 > 80 characters)
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)