We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3949473 commit 3da7c24Copy full SHA for 3da7c24
ci/lint/04_install.sh
@@ -47,7 +47,7 @@ if [ ! -d "${LINT_RUNNER_PATH}" ]; then
47
fi
48
49
${CI_RETRY_EXE} pip3 install \
50
- codespell==2.2.6 \
+ codespell==2.4.0 \
51
lief==0.13.2 \
52
mypy==1.4.1 \
53
pyzmq==25.1.0 \
test/lint/spelling.ignore-words.txt
@@ -1,5 +1,6 @@
1
afile
2
amountIn
3
+anc
4
asend
5
blockin
6
bu
@@ -28,4 +29,4 @@ unparseable
28
29
unser
30
useable
31
viewIn
-wit
32
+wit
0 commit comments