Skip to content

Commit ef322ff

Browse files
build(deps): update dependency codespell to v2.4.2 (#89)
Co-authored-by: agibot-world[bot] <246073236+agibot-world[bot]@users.noreply.github.com>
1 parent 0d1874c commit ef322ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dev: install
6969
# Install standalone tools
7070
prerequisites:
7171
pipx list --short | grep -q "check-jsonschema 0.36.0" || pipx install --force check-jsonschema==0.36.0
72-
pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
72+
pipx list --short | grep -q "codespell 2.4.2" || pipx install --force codespell[toml]==2.4.2
7373
pipx list --short | grep -q "pipenv 2026.0.3" || pipx install --force pipenv==2026.0.3
7474
pipx list --short | grep -q "pre-commit 4.5.1" || pipx install --force pre-commit==4.5.1
7575
pipx list --short | grep -q "pyproject-fmt 2.11.1" || pipx install --force pyproject-fmt==2.11.1

0 commit comments

Comments
 (0)