Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.0](python-jsonschema/check-jsonschema@0.22.0...0.23.0)
- [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
  • Loading branch information
pre-commit-ci[bot] authored and chris-janidlo committed May 8, 2023
1 parent 11e07e6 commit e700ac9
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 @@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.0
hooks:
- id: check-github-workflows
- repo: https://github.com/psf/black
Expand All @@ -24,7 +24,7 @@ repos:
# which settings to use based on a file's directory
args: ["--settings-path", ".isort.cfg"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand Down

0 comments on commit e700ac9

Please sign in to comment.