Skip to content

Commit

Permalink
Update cspell.json
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Sep 9, 2024
1 parent 4e0dcb6 commit 9932e72
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions .trunk/configs/cspell.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
// cSpell Settings
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en-gb",
// words - list of words to be always considered correct
"words": [
"pyenv",
"pyright",
Expand All @@ -24,13 +20,28 @@
"hadolint",
"pycache",
"retag",
"ndeloof"
"ndeloof",
"pydantic",
"pytest",
"dotenv",
"virtualenvs",
"PYTHONPATH",
"markdownlint",
"shellcheck",
"SCRIPTDIR",
"chunksize",
"dataframe",
"dataframes",
"iloc",
"iterrows",
"notna",
"conftest",
"capsys",
"dtypes",
"isin",
"pydantic",
"getfixturevalue"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": ["hte"],
// Suggestions can sometimes take longer on CI machines,
// leading to inconsistent results.
"suggestionsTimeout": 5000 // ms
"suggestionsTimeout": 5000
}

0 comments on commit 9932e72

Please sign in to comment.