user: add required birth date field to user creation #2
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
|