Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#3924)
Browse files Browse the repository at this point in the history
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and browniebroke committed Oct 30, 2022
1 parent 9c132e2 commit db3edf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down

0 comments on commit db3edf1

Please sign in to comment.