diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index bf4cecde32..3d3b7453ff 100644 --- a/.github/workflows/basic-qa.yml +++ b/.github/workflows/basic-qa.yml @@ -275,4 +275,4 @@ jobs: persist-credentials: false - name: "Search for misspellings" - uses: "crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d" # v1.44.0 + uses: "crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d" # v1.45.0 diff --git a/_typos.toml b/_typos.toml index 5cc842866c..c632b5ff33 100644 --- a/_typos.toml +++ b/_typos.toml @@ -19,6 +19,7 @@ extend-ignore-identifiers-re = [ # These are search targets for sniffs, can't be helped. 'avail_post_stati', 'url_is_accessable_via_ssl', + 'is_writeable', ] [default.extend-words]