From 67ff4d9cff8fb68044b6a4e7efb301459b017545 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 18:02:02 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#3822) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edwin Kofler --- .pre-commit-config.yaml | 5 +++-- CODE_OF_CONDUCT.md | 2 +- src/schemas/json/kubernetes-definitions.json | 2 +- src/schemas/json/minecraft-predicate.json | 2 +- src/test/webextension/mdn-exmaple-imagify.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 243838bbc35..e7576379ba6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,12 @@ repos: pass_filenames: true args: ['--no-color', '--log-level=warn', '--write'] - repo: 'https://github.com/codespell-project/codespell' - rev: 'v2.2.6' + rev: 'v2.3.0' hooks: - id: 'codespell' exclude: '^(package-lock.json|src/test/openutau-ustx/bulaomeng.ustx.yaml|src/test/kustomization/labels.json|src/bin/.*)$' args: [ - '-Lcrate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet', + '--ignore-words-list', + 'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn', ] diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6a9ad23ef00..2e699f9be5f 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,7 +5,7 @@ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, +identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. diff --git a/src/schemas/json/kubernetes-definitions.json b/src/schemas/json/kubernetes-definitions.json index 35013f82f0d..9bf1a632518 100644 --- a/src/schemas/json/kubernetes-definitions.json +++ b/src/schemas/json/kubernetes-definitions.json @@ -1782,7 +1782,7 @@ "description": "TokenRequestSpec contains client provided parameters of a token request.", "properties": { "audiences": { - "description": "Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.", + "description": "Audiences are the intended audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.", "items": { "type": "string" }, diff --git a/src/schemas/json/minecraft-predicate.json b/src/schemas/json/minecraft-predicate.json index c13aba50cb0..6fb9050bd41 100644 --- a/src/schemas/json/minecraft-predicate.json +++ b/src/schemas/json/minecraft-predicate.json @@ -1069,7 +1069,7 @@ }, "passenger": { "$ref": "#/definitions/tagsCommonToAllEntities", - "title": "Passanger", + "title": "Passenger", "description": "The entity directly riding this entity." }, "player": { diff --git a/src/test/webextension/mdn-exmaple-imagify.json b/src/test/webextension/mdn-exmaple-imagify.json index c6166a26fc6..ceb4edb118a 100644 --- a/src/test/webextension/mdn-exmaple-imagify.json +++ b/src/test/webextension/mdn-exmaple-imagify.json @@ -1,5 +1,5 @@ { - "description": "Adds a sidebar offerin a file picker and drap and drop zone. When an image file is chosen the active tab's body content is replaced with file selected. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#imagify", + "description": "Adds a sidebar offering a file picker and drap and drop zone. When an image file is chosen the active tab's body content is replaced with file selected. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#imagify", "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/imagify", "manifest_version": 2, "name": "Imagify",