From ba9b078c95cca7891fab409df29873e88bb5f808 Mon Sep 17 00:00:00 2001 From: GroM Date: Tue, 30 Jul 2024 15:45:57 +0200 Subject: [PATCH] Fix codespell: 'crate' is a not a typo --- .github/workflows/fast-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fast-checks.yml b/.github/workflows/fast-checks.yml index 183b7879..e7096ff3 100644 --- a/.github/workflows/fast-checks.yml +++ b/.github/workflows/fast-checks.yml @@ -63,4 +63,4 @@ jobs: with: builtin: clear,rare check_filenames: true - ignore_words_list: assertIn, \ No newline at end of file + ignore_words_list: assertIn,crate, \ No newline at end of file