Bump typos
to 1.29.7 (#17902)
# Objective Alternative to #17894 that also cleans up the workaround from the previous version ## Solution Bump version and remove entry from `typos` config
This commit is contained in:
parent
8e783d347f
commit
fb1e829294
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -244,7 +244,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check for typos
|
||||
uses: crate-ci/typos@v1.29.6
|
||||
uses: crate-ci/typos@v1.29.7
|
||||
- name: Typos info
|
||||
if: failure()
|
||||
run: |
|
||||
|
@ -13,7 +13,6 @@ LOD = "LOD" # Level of detail
|
||||
reparametrization = "reparametrization" # Mathematical term in curve context (reparameterize)
|
||||
reparametrize = "reparametrize"
|
||||
reparametrized = "reparametrized"
|
||||
implementors = "implementors" # Can probably remove after next typos release. https://github.com/crate-ci/typos/issues/1226
|
||||
|
||||
# Match a Whole Word - Case Sensitive
|
||||
[default.extend-identifiers]
|
||||
|
Loading…
Reference in New Issue
Block a user