Skip to content

Commit

Permalink
Update pre-commit packages (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Feb 1, 2022
1 parent 32233b5 commit d4595e2
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.30.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args:
Expand Down

0 comments on commit d4595e2

Please sign in to comment.