Files
discord-rss-bot/.vscode/settings.json
Joakim Hellsén 8095e54464 Add uv-pre-commit hooks
- Added hooks for uv-pre-commit to ensure the lockfile is up-to-date and autoexport uv.lock to requirements.txt.
- Added "autoexport" to the cSpell words in the VSCode settings for spell checking.
2025-06-07 05:53:29 +02:00

17 lines
256 B
JSON

{
"cSpell.words": [
"autoexport",
"botuser",
"Genshins",
"healthcheck",
"Hoyolab",
"levelname",
"Lovinator",
"markdownified",
"markdownify",
"pipx",
"thead"
],
"python.analysis.typeCheckingMode": "basic"
}