Skip to content

Commit 8b5b369

Browse files
Backport PR #1247: [pre-commit.ci] pre-commit autoupdate (#1387)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 345e8f4 commit 8b5b369

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
@@ -28,20 +28,20 @@ repos:
2828
- id: black
2929

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 6.0.0
31+
rev: 6.0.1
3232
hooks:
3333
- id: isort
3434
args: ["--profile", "black"]
3535
files: \.py$
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.19.1
38+
rev: v3.20.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py39-plus]
4242

4343
- repo: https://github.com/pycqa/flake8
44-
rev: 7.1.1
44+
rev: 7.3.0
4545
hooks:
4646
- id: flake8
4747
additional_dependencies:
@@ -53,7 +53,7 @@ repos:
5353
stages: [manual]
5454

5555
- repo: https://github.com/sirosen/check-jsonschema
56-
rev: 0.31.1
56+
rev: 0.33.1
5757
hooks:
5858
- id: check-jsonschema
5959
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)