Skip to content

Commit 5a91923

Browse files
authored
Merge branch 'main' into tkoyama010-patch-1
2 parents efbd984 + ff3f9cd commit 5a91923

File tree

5 files changed

+55
-21
lines changed

5 files changed

+55
-21
lines changed

.all-contributorsrc

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"profile": "http://www.leahwasser.com",
3636
"contributions": [
3737
"doc",
38-
"design"
38+
"design",
39+
"ideas",
40+
"question"
3941
]
4042
},
4143
{
@@ -98,7 +100,8 @@
98100
"contributions": [
99101
"code",
100102
"design",
101-
"ideas"
103+
"ideas",
104+
"question"
102105
]
103106
},
104107
{
@@ -625,7 +628,8 @@
625628
"review",
626629
"code",
627630
"translation",
628-
"doc"
631+
"doc",
632+
"question"
629633
]
630634
},
631635
{
@@ -778,7 +782,8 @@
778782
"avatar_url": "https://avatars.githubusercontent.com/u/2680980?v=4",
779783
"profile": "https://hachyderm.io/web/@willingc",
780784
"contributions": [
781-
"review"
785+
"review",
786+
"ideas"
782787
]
783788
},
784789
{
@@ -827,6 +832,15 @@
827832
"contributions": [
828833
"review"
829834
]
835+
},
836+
{
837+
"login": "jsdodge",
838+
"name": "J. Steven Dodge",
839+
"avatar_url": "https://avatars.githubusercontent.com/u/4602669?v=4",
840+
"profile": "https://www.sfu.ca/lux/author/j.-steven-dodge/",
841+
"contributions": [
842+
"code"
843+
]
830844
}
831845
],
832846
"contributorsPerLine": 7,

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ repos:
3636
)$
3737
3838
- repo: https://github.com/errata-ai/vale
39-
rev: v3.9.4
39+
rev: v3.9.6
4040
hooks:
4141
- id: vale
4242

4343
- repo: https://github.com/rbubley/mirrors-prettier
44-
rev: v3.4.2
44+
rev: v3.5.3
4545
hooks:
4646
- id: prettier
4747
types_or: [yaml, html, css, scss, javascript, json, toml]

0 commit comments

Comments
 (0)