Update settings and initial migration for improved type hinting and spell checking

This commit is contained in:
Joakim Hellsén 2025-07-08 04:35:37 +02:00
commit a0239948e0
3 changed files with 89 additions and 22 deletions

View file

@ -1,5 +1,6 @@
{
"cSpell.words": [
"addopts",
"adminpass",
"apikey",
"appauthor",
@ -12,11 +13,16 @@
"Joakim",
"lovinator",
"Mailgun",
"platformdirs",
"psutil",
"pydocstyle",
"pyright",
"pytest",
"regularuser",
"sendgrid",
"testpass",
"ttvdrops",
"wrongpassword"
"wrongpassword",
"xdist"
]
}