Skip to content

Commit

Permalink
fix: support cspell ^8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Nov 8, 2023
1 parent 33557d6 commit 5a71249
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
allow-same-version=true
engine-strict=true
git-tag-version=false
strict-ssl=true
@itprokyle:registry=https://registry.npmjs.org
registry=https://registry.npmjs.org
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-executables-have-shebangs
- id: check-json
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ setup-poetry: ## setup python virtual environment
poetry run python -m pip --version >/dev/null 2>&1 || rm -rf ./.venv/* ./.venv/.*; \
fi
@poetry check
@poetry install $(POETRY_OPTS) --sync
@poetry install $(POETRY_OPTS) --no-root --sync

setup-pre-commit: ## install pre-commit git hooks
@poetry run pre-commit install
Expand Down
10 changes: 10 additions & 0 deletions finley.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
*env
*envs
*uuid*
EEXIST
MAKECMDGOALS
MSYS
MSYSTEM
acmcert
albv
algs
autofix
autoupdate
Expand Down Expand Up @@ -41,6 +44,7 @@ deps
devcontainer
devcontainers
devel*
dietpi
dind
direnv
distro
Expand Down Expand Up @@ -119,6 +123,7 @@ npmrc
numprocesses
numpy
nvmrc
ohmyzsh
onboarded
platformdirs
printf
Expand All @@ -133,6 +138,7 @@ pyright
pytest
pytz
pyupgrade
raspberrypi
rcfile
recommonmark
recreatable
Expand All @@ -142,6 +148,7 @@ rtype
sdist
setenv
shellcheckrc
shellenv
signin
stubber
stubbers
Expand All @@ -157,10 +164,13 @@ tomap
tomli
tomlsort
tryceratops
turingpi
unconfigured
undoc
unhashable
unsanitized
unseekable
untar
urlunparse
venv
venvs
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "index.js",
"name": "@itprokyle/cspell-dict",
"peerDependencies": {
"cspell": "^7.0.0"
"cspell": "^7.0.0 || ^8.0.0"
},
"private": false,
"publishConfig": {
Expand Down
20 changes: 15 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
python = "^3.11"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.4.0"
pre-commit = "^3.5.0"

[tool.tomlsort]
all = true
Expand Down

0 comments on commit 5a71249

Please sign in to comment.