Skip to content

Commit 5b3e922

Browse files
authored
Upgrade pre-commit dependencies (astral-sh#8518)
1 parent 311a775 commit 5b3e922

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ exclude: |
1313
1414
repos:
1515
- repo: https://github.com/abravalheri/validate-pyproject
16-
rev: v0.12.1
16+
rev: v0.15
1717
hooks:
1818
- id: validate-pyproject
1919

2020
- repo: https://github.com/executablebooks/mdformat
21-
rev: 0.7.16
21+
rev: 0.7.17
2222
hooks:
2323
- id: mdformat
2424
additional_dependencies:
@@ -31,7 +31,7 @@ repos:
3131
)$
3232
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.33.0
34+
rev: v0.37.0
3535
hooks:
3636
- id: markdownlint-fix
3737
exclude: |
@@ -41,7 +41,7 @@ repos:
4141
)$
4242
4343
- repo: https://github.com/crate-ci/typos
44-
rev: v1.14.12
44+
rev: v1.16.22
4545
hooks:
4646
- id: typos
4747

@@ -55,7 +55,7 @@ repos:
5555
pass_filenames: false # This makes it a lot faster
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.1.3
58+
rev: v0.1.4
5959
hooks:
6060
- id: ruff-format
6161
- id: ruff
@@ -70,7 +70,7 @@ repos:
7070
7171
# Prettier
7272
- repo: https://github.com/pre-commit/mirrors-prettier
73-
rev: v3.0.0
73+
rev: v3.0.3
7474
hooks:
7575
- id: prettier
7676
types: [yaml]

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ representative at an online or offline event.
7272

7373
Instances of abusive, harassing, or otherwise unacceptable behavior may be
7474
reported to the community leaders responsible for enforcement at
75-
charlie.r.marsh@gmail.com.
75+
<charlie.r.marsh@gmail.com>.
7676
All complaints will be reviewed and investigated promptly and fairly.
7777

7878
All community leaders are obligated to respect the privacy and security of the

_typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[files]
2-
extend-exclude = ["resources", "snapshots"]
2+
# https://github.com/crate-ci/typos/issues/868
3+
extend-exclude = ["**/resources/**/*", "**/snapshots/**/*"]
34

45
[default.extend-words]
56
hel = "hel"

0 commit comments

Comments
 (0)