Skip to content

user: add required birth date field to user creation #2

user: add required birth date field to user creation

user: add required birth date field to user creation #2

Triggered via push March 6, 2026 20:08
Status Failure
Total duration 9s
Artifacts

ruff-format.yaml

on: push
ruff_format_check
6s
ruff_format_check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff_format_check
The process '/opt/hostedtoolcache/ruff/0.15.5/x86_64/ruff' failed with exit code 1
ruff (DTZ011): archinstall/lib/user/user_menu.py#L124
archinstall/lib/user/user_menu.py:124:11: DTZ011 `datetime.date.today()` used help: Use `datetime.datetime.now(tz=...).date()` instead
ruff (DTZ007): archinstall/lib/user/user_menu.py#L121
archinstall/lib/user/user_menu.py:121:9: DTZ007 Naive datetime constructed using `datetime.datetime.strptime()` without %z help: Call `.replace(tzinfo=<timezone>)` or `.astimezone()` to convert to an aware datetime