Skip to content

Commit a0f0c7c

Browse files
[pre-commit.ci] pre-commit autoupdate (#606)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7858bd3 commit a0f0c7c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: 'v4.6.0'
10+
rev: 'v5.0.0'
1111
hooks:
1212
- id: check-merge-conflict
1313
- repo: https://github.com/asottile/yesqa
@@ -21,13 +21,13 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: '24.4.2'
24+
rev: '24.8.0'
2525
hooks:
2626
- id: black
2727
language_version: python3 # Should be a command that runs python3.8+
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema.git
30-
rev: 0.28.6
30+
rev: 0.29.3
3131
hooks:
3232
- id: check-github-workflows
3333
files: ^\.github/workflows/[^/]+$
@@ -45,7 +45,7 @@ repos:
4545
- id: check-readthedocs
4646

4747
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: 'v4.6.0'
48+
rev: 'v5.0.0'
4949
hooks:
5050
- id: end-of-file-fixer
5151
exclude: >-
@@ -78,12 +78,12 @@ repos:
7878
- id: detect-private-key
7979
exclude: ^examples/
8080
- repo: https://github.com/asottile/pyupgrade
81-
rev: 'v3.16.0'
81+
rev: 'v3.17.0'
8282
hooks:
8383
- id: pyupgrade
8484
args: ['--py36-plus']
8585
- repo: https://github.com/PyCQA/flake8
86-
rev: '7.1.0'
86+
rev: '7.1.1'
8787
hooks:
8888
- id: flake8
8989
exclude: "^docs/"
@@ -159,7 +159,7 @@ repos:
159159
types: [file, rst]
160160

161161
- repo: https://github.com/pre-commit/mirrors-mypy.git
162-
rev: v1.10.1
162+
rev: v1.11.2
163163
hooks:
164164
- id: mypy
165165
alias: mypy-py312
@@ -211,7 +211,7 @@ repos:
211211
pass_filenames: false
212212

213213
- repo: https://github.com/rhysd/actionlint
214-
rev: v1.7.1
214+
rev: v1.7.3
215215
hooks:
216216
- id: actionlint-docker
217217
args:

0 commit comments

Comments
 (0)