From 3691a2d8124ceab7fd68beff78e83257f536db45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 2 Oct 2025 22:04:59 +0200 Subject: [PATCH] Add new words to cSpell dictionary in settings.json --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f0efeaa..60e3992 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "aiohttp", + "ambiguious", "apscheduler", "asctime", "asyncio", @@ -24,14 +25,17 @@ "levelname", "loguru", "Lovinator", + "McCabe", "pycodestyle", "pydocstyle", "pyproject", "pypy", + "pytest", "PYTHONDONTWRITEBYTECODE", "PYTHONUNBUFFERED", "pyupgrade", "sqlalchemy", + "strptime", "thelovinator", "uvloop" ],