Skip to content

Commit 9fd5a75

Browse files
[pre-commit.ci] pre-commit autoupdate (aio-libs#617)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 07d8913 commit 9fd5a75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: '24.8.0'
24+
rev: '24.10.0'
2525
hooks:
2626
- id: black
2727
language_version: python3 # Should be a command that runs python3
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema.git
30-
rev: 0.29.3
30+
rev: 0.30.0
3131
hooks:
3232
- id: check-github-workflows
3333
files: ^\.github/workflows/[^/]+$
@@ -78,7 +78,7 @@ repos:
7878
- id: detect-private-key
7979
exclude: ^examples/
8080
- repo: https://github.com/asottile/pyupgrade
81-
rev: 'v3.17.0'
81+
rev: 'v3.19.1'
8282
hooks:
8383
- id: pyupgrade
8484
args: ['--py36-plus']
@@ -101,7 +101,7 @@ repos:
101101
- --strict
102102

103103
- repo: https://github.com/MarcoGorelli/cython-lint.git
104-
rev: v0.16.2
104+
rev: v0.16.6
105105
hooks:
106106
- id: cython-lint
107107

@@ -165,7 +165,7 @@ repos:
165165
- rst
166166

167167
- repo: https://github.com/pre-commit/mirrors-mypy.git
168-
rev: v1.11.2
168+
rev: v1.14.1
169169
hooks:
170170
- id: mypy
171171
alias: mypy-py312
@@ -217,7 +217,7 @@ repos:
217217
pass_filenames: false
218218

219219
- repo: https://github.com/rhysd/actionlint
220-
rev: v1.7.3
220+
rev: v1.7.6
221221
hooks:
222222
- id: actionlint-docker
223223
args:

0 commit comments

Comments
 (0)