Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#645)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.1.2 → v2.1.3](hadialqattan/pycln@v2.1.2...v2.1.3)
- [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
- [github.com/adamchainz/django-upgrade: 1.12.0 → 1.13.0](adamchainz/django-upgrade@1.12.0...1.13.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 1, 2023
1 parent a53d4ad commit 274898f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: check-merge-conflict
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.2
rev: v2.1.3
hooks:
- id: pycln
args: ['--all']
Expand All @@ -13,7 +13,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
rev: '5.11.4'
rev: '5.12.0'
hooks:
- id: isort
args: ['--profile', 'black']
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
- id: pyupgrade
args: ['--py37-plus', '--keep-mock']
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.12.0'
rev: '1.13.0'
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
Expand Down

0 comments on commit 274898f

Please sign in to comment.