- 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.
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"cSpell.words": [
|
|
"autoexport",
|
|
"botuser",
|
|
"Genshins",
|
|
"healthcheck",
|
|
"Hoyolab",
|
|
"levelname",
|
|
"Lovinator",
|
|
"markdownified",
|
|
"markdownify",
|
|
"pipx",
|
|
"thead"
|
|
],
|
|
"python.analysis.typeCheckingMode": "basic"
|
|
}
|