Skip to content

Commit

Permalink
Merge pull request #139 from blink1073/bump-pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 29, 2022
2 parents 42192db + ee40ac3 commit d1b12e6
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 22.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 @@ -40,7 +40,7 @@ repos:
- id: trailing-whitespace

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

0 comments on commit d1b12e6

Please sign in to comment.