Skip to content

Commit 3f944b9

Browse files
⬆️ UPGRADE: Autoupdate pre-commit config (#39668)
Co-authored-by: jreback <[email protected]>
1 parent 508b9f9 commit 3f944b9

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
@@ -24,12 +24,12 @@ repos:
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.9.0
27+
rev: v2.10.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus, --keep-runtime-typing]
3131
- repo: https://github.com/pre-commit/pygrep-hooks
32-
rev: v1.7.0
32+
rev: v1.7.1
3333
hooks:
3434
- id: rst-backticks
3535
- id: rst-directive-colons

0 commit comments

Comments
 (0)