Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#611)
Browse files Browse the repository at this point in the history
updates:
- [github.com/sirosen/check-jsonschema: 0.18.2 → 0.18.3](python-jsonschema/check-jsonschema@0.18.2...0.18.3)
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 21, 2022
1 parent 63f0ac6 commit 2b52529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.18.2
rev: 0.18.3
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand All @@ -31,7 +31,7 @@ repos:
- id: isort
name: "Sort python imports"
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand Down

0 comments on commit 2b52529

Please sign in to comment.