Add time and timezone information to message when creating reminder

This commit is contained in:
2025-02-11 17:26:34 +01:00
parent 39ecf4bb6c
commit 1dba51a40d
2 changed files with 4 additions and 2 deletions

View File

@ -124,7 +124,6 @@ lint.ignore = [
"W191", # Checks for indentation that uses tabs.
]
[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = 20