Skip to content

Commit 74a759b

Browse files
authored
Upgrade pre-commit hook versions (#1140)
1 parent c28d39e commit 74a759b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.0.0
25+
rev: v3.2.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
@@ -38,7 +38,7 @@ repos:
3838
- id: rst-inline-touching-normal
3939
- id: text-unicode-replacement-char
4040
- repo: https://github.com/psf/black
41-
rev: 22.8.0
41+
rev: 22.10.0
4242
hooks:
4343
- id: black
4444
args: [--safe, --quiet, --target-version=py36]

0 commit comments

Comments
 (0)