Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and vrslev authored Oct 10, 2022
1 parent 440cefc commit d747783
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 @@ -7,14 +7,14 @@ repos:
- id: check-toml

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
hooks:
- id: pyupgrade
args:
- --py38-plus

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black

Expand Down

0 comments on commit d747783

Please sign in to comment.