Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#671)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.2.0 → v2.2.2](hadialqattan/pycln@v2.2.0...v2.2.2)
- [github.com/adamchainz/django-upgrade: 1.14.0 → 1.14.1](adamchainz/django-upgrade@1.14.0...1.14.1)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.2 → v2.0.4](hhatto/autopep8@v2.0.2...v2.0.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 7, 2023
1 parent b256f06 commit 25b3191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2.0
rev: v2.2.2
hooks:
- id: pycln
args: ['--all']
Expand Down Expand Up @@ -52,12 +52,12 @@ repos:
- id: pyupgrade
args: ['--keep-mock']
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.14.0'
rev: '1.14.1'
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: 'v2.0.2'
- repo: https://github.com/hhatto/autopep8
rev: 'v2.0.4'
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 25b3191

Please sign in to comment.