Skip to content

Commit 4e4f0ef

Browse files
ci: pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent a4b5f97 commit 4e4f0ef

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
@@ -15,7 +15,7 @@ repos:
1515
args: ["--py39-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
18-
rev: '1.29.1'
18+
rev: '1.30.0'
1919
hooks:
2020
- id: django-upgrade
2121
args: [--target-version, "4.2"]
@@ -40,7 +40,7 @@ repos:
4040
- id: trailing-whitespace
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 7.0.0
43+
rev: 8.0.1
4444
hooks:
4545
- id: isort
4646

0 commit comments

Comments
 (0)