Skip to content

Commit 45a734b

Browse files
committed
pre-commit: update versions
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 05311c4 commit 45a734b

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
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.0
2020
hooks:
2121
- id: pyupgrade
2222
name: Modernize python code
2323
args: ["--py39-plus"]
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.1.0
26+
rev: 7.0.0
2727
hooks:
2828
- id: isort
2929
name: Reorder python imports with isort

0 commit comments

Comments
 (0)