mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 09:15:32 -06:00
Fix human_readable not handling UTC dates properly, add types-pytz
This commit is contained in:
33
.vscode/settings.json
vendored
33
.vscode/settings.json
vendored
@@ -1,18 +1,17 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"apscheduler",
|
||||
"bpython",
|
||||
"Callsite",
|
||||
"excepthook",
|
||||
"inmemory",
|
||||
"linkpulse",
|
||||
"migratehistory",
|
||||
"Nixpacks",
|
||||
"starlette",
|
||||
"structlog",
|
||||
"timestamper"
|
||||
],
|
||||
"python.analysis.extraPaths": [
|
||||
"./backend/"
|
||||
]
|
||||
}
|
||||
"cSpell.words": [
|
||||
"apscheduler",
|
||||
"bpython",
|
||||
"Callsite",
|
||||
"excepthook",
|
||||
"inmemory",
|
||||
"linkpulse",
|
||||
"migratehistory",
|
||||
"Nixpacks",
|
||||
"pytz",
|
||||
"starlette",
|
||||
"structlog",
|
||||
"timestamper"
|
||||
],
|
||||
"python.analysis.extraPaths": ["./backend/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user