Skip to content

Implement Student Management System in Python #16258

Implement Student Management System in Python

Implement Student Management System in Python #16258

Triggered via pull request November 1, 2025 19:38
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP045): contributing3md.py#L99
contributing3md.py:99:60: UP045 Use `X | None` for type annotations
Ruff (RUF019): contributing3md.py#L94
contributing3md.py:94:12: RUF019 Unnecessary key check before dictionary access
Ruff (UP045): contributing3md.py#L92
contributing3md.py:92:52: UP045 Use `X | None` for type annotations
Ruff (DTZ005): contributing3md.py#L79
contributing3md.py:79:29: DTZ005 `datetime.datetime.now()` called without a `tz` argument
Ruff (UP006): contributing3md.py#L47
contributing3md.py:47:30: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP006): contributing3md.py#L31
contributing3md.py:31:26: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (DTZ005): contributing3md.py#L29
contributing3md.py:29:27: DTZ005 `datetime.datetime.now()` called without a `tz` argument
Ruff (UP035): contributing3md.py#L9
contributing3md.py:9:1: UP035 `typing.Dict` is deprecated, use `dict` instead
Ruff (UP035): contributing3md.py#L9
contributing3md.py:9:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): contributing3md.py#L6
contributing3md.py:6:1: I001 Import block is un-sorted or un-formatted