From 035308bb1df550fb1a651642e271cb7a196154e7 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 8 Aug 2024 00:50:28 +0200 Subject: [PATCH] Bump typo with new ignore (#13563) Supersedes #13554 (not sure how to narrow the word ignore to a file, maybe the better course of action would be to mark this file as an ignore with all the cryptic fileendings) --- .github/workflows/typos.yml | 2 +- typos.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 98ace3be57..fb363cad64 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,4 +10,4 @@ jobs: uses: actions/checkout@v4.1.7 - name: Check spelling - uses: crate-ci/typos@v1.23.5 + uses: crate-ci/typos@v1.23.6 diff --git a/typos.toml b/typos.toml index 971aef7c15..4f44aea6d4 100644 --- a/typos.toml +++ b/typos.toml @@ -23,6 +23,7 @@ extend-ignore-re = [ [type.rust.extend-words] nd = "nd" numer = "numer" +styl = "styl" [default.extend-identifiers] ratatui = "ratatui"