Skip to content

Fix sample local setting to remove unnecessary line #682

Fix sample local setting to remove unnecessary line

Fix sample local setting to remove unnecessary line #682

Triggered via push December 30, 2024 20:42
Status Success
Total duration 17s
Artifacts

init.yml

on: push
Run linters
11s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
/home/runner/work/online-judge/online-judge/judge/caching.py#L4
from django.db import models import hashlib from inspect import signature MAX_NUM_CHAR = 50 + # Utility functions def arg_to_str(arg): """Convert arguments to strings for generating cache keys.""" if hasattr(arg, "id"):
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636