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/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/sirosen/check-jsonschema: 0.21.0 → 0.22.0](python-jsonschema/check-jsonschema@0.21.0...0.22.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent 90ff2ce commit f182ab3
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down Expand Up @@ -32,7 +32,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.21.0
rev: 0.22.0
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand Down

0 comments on commit f182ab3

Please sign in to comment.