Skip to content

Commit db88fec

Browse files
committed
lint: bump codespell
Without this newer version, "crate" is considered a typo of "create" ref: codespell-project/codespell#3537
1 parent f659249 commit db88fec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [ ! -d "${LINT_RUNNER_PATH}" ]; then
4747
fi
4848

4949
${CI_RETRY_EXE} pip3 install \
50-
codespell==2.2.6 \
50+
codespell==2.4.0 \
5151
lief==0.13.2 \
5252
mypy==1.4.1 \
5353
pyzmq==25.1.0 \

test/lint/spelling.ignore-words.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
afile
22
amountIn
3+
anc
34
asend
45
blockin
56
bu
@@ -28,4 +29,4 @@ unparseable
2829
unser
2930
useable
3031
viewIn
31-
wit
32+
wit

0 commit comments

Comments
 (0)