Skip to content

Commit 8323fce

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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.35.0](python-jsonschema/check-jsonschema@0.33.1...0.35.0) - [github.com/pre-commit/mirrors-mypy.git: v1.16.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.16.1...v1.18.2)
1 parent 15fedc7 commit 8323fce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
entry: ./tools/check_changes.py
88
pass_filenames: false
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-merge-conflict
1313
exclude: rst$
@@ -22,7 +22,7 @@ repos:
2222
alias: yaml
2323
args: [--autofix, --indent, '2']
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
- id: end-of-file-fixer
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: python-use-type-annotations
4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.7.7
48+
rev: v1.7.8
4949
hooks:
5050
- id: actionlint-docker
5151
args:
@@ -56,12 +56,12 @@ repos:
5656
- -ignore
5757
- 'SC1004:'
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.33.1
59+
rev: 0.35.0
6060
hooks:
6161
- id: check-github-actions
6262

6363
- repo: https://github.com/pre-commit/mirrors-mypy.git
64-
rev: v1.16.1
64+
rev: v1.18.2
6565
hooks:
6666
- id: mypy
6767
alias: mypy-py313

0 commit comments

Comments
 (0)