Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#169)
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 authored Aug 14, 2024
1 parent 909907b commit 7bd84f6
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 @@ -37,7 +37,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 @@ -134,7 +134,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 7bd84f6

Please sign in to comment.