Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2024
1 parent 35c0bbc commit f45fd41
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 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-workflows

Expand Down

0 comments on commit f45fd41

Please sign in to comment.