Skip to content

Commit 2bd0611

Browse files
twieckimichaelosthege
authored andcommitted
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 2fc3d82 commit 2bd0611

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
@@ -19,12 +19,12 @@ repos:
1919
- id: isort
2020
name: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.38.2
22+
rev: v3.0.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
2626
- repo: https://github.com/psf/black
27-
rev: 22.8.0
27+
rev: 22.10.0
2828
hooks:
2929
- id: black
3030
- id: black-jupyter

0 commit comments

Comments
 (0)