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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/adamchainz/django-upgrade: 1.15.0 → 1.18.0](adamchainz/django-upgrade@1.15.0...1.18.0)
- [github.com/hhatto/autopep8: v2.0.4 → v2.2.0](hhatto/autopep8@v2.0.4...v2.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 1cb4623 commit 8fa815f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: check-merge-conflict
- repo: https://github.com/hadialqattan/pycln
Expand All @@ -18,7 +18,7 @@ repos:
- id: isort
args: ['--profile', 'black']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: end-of-file-fixer
exclude: >-
Expand Down Expand Up @@ -47,17 +47,17 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.15.0'
rev: 'v3.15.2'
hooks:
- id: pyupgrade
args: ['--keep-mock']
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.15.0'
rev: '1.18.0'
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
- repo: https://github.com/hhatto/autopep8
rev: 'v2.0.4'
rev: 'v2.2.0'
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 8fa815f

Please sign in to comment.