Skip to content

Commit 6ae9f88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.16.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.36.1](python-jsonschema/check-jsonschema@0.33.1...0.36.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.14.14](astral-sh/ruff-pre-commit@v0.12.0...v0.14.14) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.0](kynan/nbstripout@0.8.1...0.9.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.19.1](pre-commit/mirrors-mypy@v1.16.1...v1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0)
1 parent 58b90a9 commit 6ae9f88

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
@@ -10,32 +10,32 @@ repos:
1010
args: [--autofix, --indent, '4', --no-sort]
1111
exclude: \.ipynb$
1212
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
13-
rev: v2.14.0
13+
rev: v2.16.0
1414
hooks:
1515
- id: pretty-format-yaml
1616
args: [--autofix, --indent, '2', --offset, '2']
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.33.1
18+
rev: 0.36.1
1919
hooks:
2020
- id: check-dependabot
2121
- id: check-github-actions
2222
- id: check-github-workflows
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.0
24+
rev: v0.14.14
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.8.1
30+
rev: 0.9.0
3131
hooks:
3232
- id: nbstripout
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.16.1
34+
rev: v1.19.1
3535
hooks:
3636
- id: mypy
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.45.0
38+
rev: v0.47.0
3939
hooks:
4040
- id: markdownlint-fix
4141
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)