Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: christophfroehlich <[email protected]>
  • Loading branch information
github-actions[bot] and christophfroehlich committed Aug 1, 2024
1 parent 65814d9 commit bbac894
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 @@ -36,7 +36,7 @@ repos:

# Python hooks
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down Expand Up @@ -132,7 +132,7 @@ repos:
exclude: CHANGELOG\.rst|\.(svg|pyc)$

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit bbac894

Please sign in to comment.