Skip to content

Have create_user accept configuration objects and make it work locally. #88

Have create_user accept configuration objects and make it work locally.

Have create_user accept configuration objects and make it work locally. #88

Triggered via pull request February 28, 2025 12:48
Status Success
Total duration 22s
Artifacts

python-stylecheck.yml

on: pull_request
Style Check Python with Lint
16s
Style Check Python with Lint
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Style Check Python with Lint
could not be found.
Style Check Python with Lint: mig/shared/useradm.py#L0
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint: mig/server/createuser.py#L0
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint
failed (no mypy cache directory)
Style Check Python with Lint
value for 'SRC ...': Path 'mig/edpickle.py' does not exist.
Style Check Python with Lint: mig/shared/useradm.py#L133
do not use bare 'except'
Style Check Python with Lint: mig/shared/useradm.py#L23
line too long (81 > 80 characters)
Style Check Python with Lint: mig/server/createuser.py#L324
line too long (82 > 80 characters)
Style Check Python with Lint: mig/server/createuser.py#L297
block comment should start with '# '
Style Check Python with Lint: mig/server/createuser.py#L249
block comment should start with '# '
Style Check Python with Lint: mig/server/createuser.py#L220
block comment should start with '# '
Style Check Python with Lint: mig/server/createuser.py#L42
line too long (81 > 80 characters)
Style Check Python with Lint: mig/server/createuser.py#L23
line too long (81 > 80 characters)
Style Check Python with Lint
FileNotFoundError: [Errno 2] No such file or directory: 'mig/edpickle.py'
Style Check Python with Lint: envhelp/makeconfig.py#L41
module level import not at top of file