Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3822)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Kofler <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and hyperupcall authored May 30, 2024
1 parent 60dd0be commit 67ff4d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/json/kubernetes-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/json/minecraft-predicate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@
},
"passenger": {
"$ref": "#/definitions/tagsCommonToAllEntities",
"title": "Passanger",
"title": "Passenger",
"description": "The entity directly riding this entity."
},
"player": {
Expand Down
2 changes: 1 addition & 1 deletion src/test/webextension/mdn-exmaple-imagify.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 67ff4d9

Please sign in to comment.