Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](adamchainz/django-upgrade@1.22.2...1.23.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 0a84caa commit 6a4681b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
rev: '5.13.2'
rev: '6.0.0'
hooks:
- id: isort
args: ['--profile', 'black']
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
- id: pyupgrade
args: ['--keep-mock']
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.22.2'
rev: '1.23.1'
hooks:
- id: django-upgrade
args: [--target-version, '4.2']
Expand Down

0 comments on commit 6a4681b

Please sign in to comment.