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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/sirosen/check-jsonschema: 0.18.3 → 0.22.0](python-jsonschema/check-jsonschema@0.18.3...0.22.0)
- [github.com/psf/black: 22.8.0 → 23.3.0](psf/black@22.8.0...23.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent c3c752e commit 39142d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -19,11 +19,11 @@ repos:
args: [--preserve-quotes]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.18.3
rev: 0.22.0
hooks:
- id: check-github-workflows

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.3.0
hooks:
- id: black

0 comments on commit 39142d6

Please sign in to comment.