Skip to content

Commit 6e4081a

Browse files
[pre-commit.ci] pre-commit autoupdate (#369)
updates: - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0) - [github.com/sirosen/check-jsonschema: 0.22.0 → 0.23.0](python-jsonschema/check-jsonschema@0.22.0...0.23.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6b764b commit 6e4081a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
files: \.py$
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.3.2
31+
rev: v3.4.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
4646
stages: [manual]
4747

4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.22.0
49+
rev: 0.23.0
5050
hooks:
5151
- id: check-jsonschema
5252
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)