Skip to content

Commit 9fe612e

Browse files
authored
Update .pre-commit-config.yaml
1 parent d3b1b72 commit 9fe612e

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.19.0
3+
rev: v3.19.1
44
hooks:
55
- id: pyupgrade
66
args: [--py39-plus]
@@ -17,7 +17,7 @@ repos:
1717
files: ^(python_typing_update|script|tests)/.+\.py$
1818
exclude: *fixtures
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.13.2
20+
rev: 6.0.0
2121
hooks:
2222
- id: isort
2323
exclude: *fixtures

0 commit comments

Comments
 (0)