Skip to content

Rewrite the only FancyURLopener to sidestep its deprecation. #709

Rewrite the only FancyURLopener to sidestep its deprecation.

Rewrite the only FancyURLopener to sidestep its deprecation. #709

Triggered via pull request October 10, 2025 11:34
Status Success
Total duration 26s
Artifacts

python-stylecheck.yml

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

Annotations

10 errors and 10 warnings
Style check python and annotate: mig/server/importusers.py#L51
unused import 'valid_password_chars' (90% confidence)
Style check python and annotate: mig/server/importusers.py#L49
unused import 'unscramble_password' (90% confidence)
Style check python and annotate: mig/server/importusers.py#L38
unused import 'time' (90% confidence)
Style check python and annotate: mig/shared/url.py#L0
Imports are incorrectly sorted and/or formatted.
Style check python and annotate: mig/server/importusers.py#L0
Imports are incorrectly sorted and/or formatted.
Style check python and annotate: mig/server/importusers.py#L231
Incompatible types in assignment (expression has type "int", variable has type "str") [assignment]
Style check python and annotate: mig/server/importusers.py#L163
Incompatible types in assignment (expression has type "str", variable has type "bool") [assignment]
Style check python and annotate: mig/server/importusers.py#L161
Incompatible types in assignment (expression has type "str", target has type "int") [assignment]
Style check python and annotate: mig/server/importusers.py#L160
Incompatible types in assignment (expression has type "str", target has type "int") [assignment]
Style check python and annotate: mig/server/importusers.py#L146
Incompatible types in assignment (expression has type "str", target has type "int") [assignment]
Style check python and annotate: mig/server/importusers.py#L28
First line should end with a period (not 'I')
Style check python and annotate: mig/shared/url.py#L190
test for membership should be 'not in'
Style check python and annotate: mig/shared/url.py#L78
line too long (81 > 80 characters)
Style check python and annotate: mig/shared/url.py#L24
line too long (81 > 80 characters)
Style check python and annotate: mig/server/importusers.py#L199
block comment should start with '# '
Style check python and annotate: mig/server/importusers.py#L179
block comment should start with '# '
Style check python and annotate: mig/server/importusers.py#L110
block comment should start with '# '
Style check python and annotate: mig/server/importusers.py#L23
line too long (81 > 80 characters)