Skip to content

Commit 25c7c39

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
1 parent d1eb800 commit 25c7c39

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/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 6.0.0
44
hooks:
55
- id: isort
66
args: ['--profile', 'black', '--check-only', '--diff']
@@ -14,7 +14,7 @@ repos:
1414
files: ^(model_utils|tests)/
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.17.0
17+
rev: v3.19.1
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py38-plus]

0 commit comments

Comments
 (0)