Bump django from 6.0.6 to 6.0.7 #49
Annotations
6 errors and 2 warnings
|
lint
The process '/opt/hostedtoolcache/ruff/0.16.2/x86_64/ruff' failed with exit code 1
|
|
ruff (SIM117):
test/test_runner.py#L42
test/test_runner.py:42:5: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
help: Combine `with` statements
|
|
ruff (DTZ005):
src/bronski/runner.py#L36
src/bronski/runner.py:36:23: DTZ005 `datetime.datetime.now()` called without a `tz` argument
help: Pass a `datetime.timezone` object to the `tz` parameter
|
|
ruff (UP028):
src/bronski/models.py#L50
src/bronski/models.py:50:13: UP028 Replace `yield` over `for` loop with `yield from`
help: Replace with `yield from`
|
|
ruff (I001):
src/bronski/models.py#L1
src/bronski/models.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (RUF012):
src/bronski/admin.py#L28
src/bronski/admin.py:28:15: RUF012 Mutable default value for class attribute
help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Could not parse version from /home/runner/work/bronski/bronski/pyproject.toml. Using latest version.
|