Skip to content

Commit 85efe7b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/adamchainz/django-upgrade: 1.28.0 → 1.29.0](adamchainz/django-upgrade@1.28.0...1.29.0)
1 parent ce68a39 commit 85efe7b

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: '6.0.1'
16+
rev: '6.1.0'
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.28.0'
55+
rev: '1.29.0'
5656
hooks:
5757
- id: django-upgrade
5858
args: [--target-version, '4.2']

0 commit comments

Comments
 (0)