diff --git a/.codespell/.codespellrc b/.codespell/.codespellrc index b5065253a3..5f3197251c 100644 --- a/.codespell/.codespellrc +++ b/.codespell/.codespellrc @@ -2,4 +2,4 @@ skip = .git,node_modules,yarn.lock,Cargo.lock count = quiet-level = 3 -ignore-words = ./.codespell/wordlist.txt \ No newline at end of file +ignore-words = ./.codespell/ignore.txt \ No newline at end of file diff --git a/.codespell/wordlist.txt b/.codespell/ignore.txt similarity index 100% rename from .codespell/wordlist.txt rename to .codespell/ignore.txt diff --git a/.codespell/requirements.txt b/.codespell/requirements.txt index 571daf3b9d..b2267cf265 100644 --- a/.codespell/requirements.txt +++ b/.codespell/requirements.txt @@ -1 +1 @@ -codespell==2.2.5 \ No newline at end of file +codespell==2.2.6 \ No newline at end of file