From 95e4d2c45de57dec23acb78d0f10915cc60ac92c Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 31 Aug 2025 10:24:12 +0200 Subject: [PATCH] ci: Bump to newer codespell and typos versions --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9e8f1ec..c701c046 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -593,7 +593,7 @@ jobs: run: | sudo apt-get update sudo apt-get install python3-pip - pip3 install codespell==2.3.0 typos==1.24.6 + pip3 install codespell==2.4.1 typos==1.35.6 - name: Run codespell run: codespell -q 7 -S ".git,build*,./misc/typos.toml,./src/third_party/*" -I misc/codespell-allowlist.txt -- 2.47.3