Skip to content

Commit 6014849

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

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
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: yesqa
1515
- repo: https://github.com/pycqa/isort
16-
rev: '7.0.0'
16+
rev: '8.0.1'
1717
hooks:
1818
- id: isort
1919
args: ['--profile', 'black']
@@ -52,7 +52,7 @@ repos:
5252
- id: pyupgrade
5353
args: ['--keep-mock']
5454
- repo: https://github.com/adamchainz/django-upgrade
55-
rev: '1.29.1'
55+
rev: '1.30.0'
5656
hooks:
5757
- id: django-upgrade
5858
args: [--target-version, '4.2']

0 commit comments

Comments
 (0)