Skip to content

Commit 00079a2

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#9)
2 parents 3e460f2 + 725f581 commit 00079a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
args: [--py39-plus]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 6.0.1
14+
rev: 6.1.0
1515
hooks:
1616
- id: isort
1717
args: [--add-import=from __future__ import annotations]
@@ -30,7 +30,7 @@ repos:
3030
- id: python-no-log-warn
3131

3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v5.0.0
33+
rev: v6.0.0
3434
hooks:
3535
- id: check-added-large-files
3636
- id: check-case-conflict
@@ -43,7 +43,7 @@ repos:
4343
- id: trailing-whitespace
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema
46-
rev: 0.33.2
46+
rev: 0.34.0
4747
hooks:
4848
- id: check-github-workflows
4949

0 commit comments

Comments
 (0)