Skip to content

Introduce support for jinja2-based templates. #90

Introduce support for jinja2-based templates.

Introduce support for jinja2-based templates. #90

Triggered via pull request March 1, 2025 12:00
Status Success
Total duration 24s
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

9 errors and 10 warnings
Style Check Python with Lint
value for 'SRC ...': Path 'mig/edpickle.py' does not exist.
Style Check Python with Lint
failed (no mypy cache directory)
Style Check Python with Lint: mig/shared/output.py#L1
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint: mig/shared/templates/__init__.py#L1
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint: mig/shared/templates/__main__.py#L1
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint: mig/wsgi-bin/migwsgi.py#L1
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint: tests/test_mig_shared_templates.py#L1
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint: tests/test_mig_wsgibin.py#L1
Imports are incorrectly sorted and/or formatted.
Style Check Python with Lint
could not be found.
Style Check Python with Lint
FileNotFoundError: [Errno 2] No such file or directory: 'mig/edpickle.py'
Style Check Python with Lint: mig/shared/objecttypes.py#L24
line too long (81 > 80 characters)
Style Check Python with Lint: mig/shared/objecttypes.py#L31
line too long (89 > 80 characters)
Style Check Python with Lint: mig/shared/objecttypes.py#L56
line too long (81 > 80 characters)
Style Check Python with Lint: mig/shared/objecttypes.py#L58
line too long (85 > 80 characters)
Style Check Python with Lint: mig/shared/objecttypes.py#L101
line too long (82 > 80 characters)
Style Check Python with Lint: mig/shared/objecttypes.py#L506
line too long (83 > 80 characters)
Style Check Python with Lint: mig/shared/objecttypes.py#L537
do not use bare 'except'
Style Check Python with Lint: mig/shared/objecttypes.py#L551
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
Style Check Python with Lint: mig/shared/objecttypes.py#L574
block comment should start with '# '