Skip to content

Commit

Permalink
Upgrade pre-commit hook versions (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisfremen committed Nov 15, 2022
1 parent c28d39e commit 74a759b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -38,7 +38,7 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
args: [--safe, --quiet, --target-version=py36]
Expand Down

0 comments on commit 74a759b

Please sign in to comment.