Skip to content

Merge pull request #962 from memeLab/dependabot/uv/cryptography-50.0.0 #702

Merge pull request #962 from memeLab/dependabot/uv/cryptography-50.0.0

Merge pull request #962 from memeLab/dependabot/uv/cryptography-50.0.0 #702

Triggered via push August 16, 2026 18:30
Status Failure
Total duration 18s
Artifacts

Linter.yml

on: push
Check code style with Ruff
15s
Check code style with Ruff
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (RUF012): src/core/admin.py#L127
src/core/admin.py:127:15: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (RUF012): src/core/admin.py#L50
src/core/admin.py:50:16: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (RUF012): src/core/admin.py#L49
src/core/admin.py:49:21: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (RUF012): src/core/admin.py#L37
src/core/admin.py:37:20: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (PLW1508): src/config/settings.py#L307
src/config/settings.py:307:40: PLW1508 Invalid type for environment variable default; expected `str` or `None`
ruff (PLR1730): src/blog/views.py#L21
src/blog/views.py:21:5: PLR1730 Replace `if` statement with `page_number = max(page_number, 1)` help: Replace with `page_number = max(page_number, 1)`
ruff (PIE808): src/blog/tests/test_view_index.py#L88
src/blog/tests/test_view_index.py:88:24: PIE808 Unnecessary `start` argument in `range` help: Remove `start` argument
ruff (PIE808): src/blog/tests/test_view_index.py#L64
src/blog/tests/test_view_index.py:64:24: PIE808 Unnecessary `start` argument in `range` help: Remove `start` argument
ruff (PIE808): src/blog/tests/test_view_index.py#L40
src/blog/tests/test_view_index.py:40:24: PIE808 Unnecessary `start` argument in `range` help: Remove `start` argument
ruff (PIE808): src/blog/tests/test_view_index.py#L14
src/blog/tests/test_view_index.py:14:24: PIE808 Unnecessary `start` argument in `range` help: Remove `start` argument
Check code style with Ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, astral-sh/setup-uv@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/