Skip to content

Commit 15184d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.29.0](adamchainz/django-upgrade@1.25.0...1.29.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent c172a2a commit 15184d2

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.25.0
3+
rev: 1.29.0
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "4.2"]
77

88
- repo: https://github.com/PyCQA/isort
9-
rev: 6.0.1
9+
rev: 6.1.0
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)