Skip to content

Commit 4743047

Browse files
ci: pre-commit autoupdate (#192)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 065be8b commit 4743047

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: ["--py38-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, "3.2"]
@@ -37,6 +37,6 @@ repos:
3737
- id: mixed-line-ending
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 7.0.0
40+
rev: 8.0.1
4141
hooks:
4242
- id: isort

0 commit comments

Comments
 (0)