Skip to content

Commit 7e1e10e

Browse files
committed
Bump all pre-commit hooks to fix broken ones
Fixes #1149.
1 parent ef90ffc commit 7e1e10e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
exclude: ^schemas/table-schema.json$
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-merge-conflict
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.33.2
10+
rev: 0.37.0
1111
hooks:
1212
- id: check-dependabot
1313
- id: check-github-actions
@@ -31,16 +31,16 @@ repos:
3131
files: /settings\.toml$
3232
types_or: [toml]
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.38.0
34+
rev: v0.47.0
3535
hooks:
3636
- id: markdownlint-fix
3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: "v3.1.0"
38+
rev: "v4.0.0-alpha.8"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, json]
4242
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
43-
rev: v2.13.0
43+
rev: v2.16.0
4444
hooks:
4545
- id: pretty-format-toml
4646
args: [--autofix, --indent, "4", --no-sort]
@@ -53,19 +53,19 @@ repos:
5353
- id: clippy
5454
args: ["--all-targets", "--", "-D", "warnings"]
5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.11.6
56+
rev: v0.15.4
5757
hooks:
5858
- id: ruff
5959
types_or: [python]
6060
args: [--fix]
6161
- id: ruff-format
6262
types_or: [python]
6363
- repo: https://github.com/kynan/nbstripout
64-
rev: 0.8.1
64+
rev: 0.9.1
6565
hooks:
6666
- id: nbstripout
6767
- repo: https://github.com/codespell-project/codespell
68-
rev: v2.2.6
68+
rev: v2.4.1
6969
hooks:
7070
- id: codespell
7171
args: [--ignore-words, .codespell_ignore.txt]

0 commit comments

Comments
 (0)