Skip to content

Commit e0fd077

Browse files
Backport PR #1167: [pre-commit.ci] pre-commit autoupdate (#1222)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3191129 commit e0fd077

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
@@ -18,19 +18,19 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.10.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.2
26+
rev: 6.0.0
2727
hooks:
2828
- id: isort
2929
args: ["--profile", "black"]
3030
files: \.py$
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.19.0
33+
rev: v3.19.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]
@@ -48,7 +48,7 @@ repos:
4848
stages: [manual]
4949

5050
- repo: https://github.com/sirosen/check-jsonschema
51-
rev: 0.30.0
51+
rev: 0.31.1
5252
hooks:
5353
- id: check-jsonschema
5454
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)