Skip to content

Commit db21e02

Browse files
[pre-commit.ci] pre-commit autoupdate (#390)
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0) - [github.com/sirosen/check-jsonschema: 0.18.2 → 0.18.3](python-jsonschema/check-jsonschema@0.18.2...0.18.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fa2690c commit db21e02

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
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.37.3
37+
rev: v2.38.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
@@ -57,7 +57,7 @@ repos:
5757
stages: [manual]
5858

5959
- repo: https://github.com/sirosen/check-jsonschema
60-
rev: 0.18.2
60+
rev: 0.18.3
6161
hooks:
6262
- id: check-jsonschema
6363
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)