Skip to content

Commit

Permalink
chore: Update cspell.config.yaml (#303)
Browse files Browse the repository at this point in the history
* Clean up cspell configuration

* Update dictionary

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
cidrblock and pre-commit-ci[bot] authored May 30, 2024
1 parent c97c931 commit 30372f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
11 changes: 10 additions & 1 deletion .config/dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
autouse
basepython
bthornto
calver
capsys
ccshared
cflags
cidrblock
codecov
cppflags
cpython
delenv
devel
endgroup
envtmpdir
envtmpdir
fileh
fixturenames
ldflags
libera
metafunc
nocolor
passenv
pythonhashseed
pythonioencoding
setenv
sysroot
testenv
tmpdir
toxfile
toxinidir
workdir
Expand Down
14 changes: 2 additions & 12 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,12 @@ dictionaries:
- "!cryptocurrencies"
- "!cpp"
ignorePaths:
# All dot files in the root
- .config/requirements*
- \.*
# This file
- cspell.config.yaml
# The mypy configuration file
- mypy.ini
# The shared file for tool configuration
- mkdocs.yml
- pyproject.toml
# requirements files
- .config/requirements*
- requirements.txt
# The tox configuration file
- tox.ini
# Sample tox configurations
- docs/*.ini
- mkdocs.yml

languageSettings:
- languageId: python
Expand Down

0 comments on commit 30372f8

Please sign in to comment.