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/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0)
- [github.com/adamchainz/django-upgrade: 1.15.0 → 1.19.0](adamchainz/django-upgrade@1.15.0...1.19.0)
- [github.com/tox-dev/pyproject-fmt: 1.5.3 → 2.1.3](tox-dev/pyproject-fmt@1.5.3...2.1.3)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent c2edab6 commit 680dea2
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 @@ -3,20 +3,20 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-toml
- id: check-yaml
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.15.0
rev: 1.19.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -34,7 +34,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.5.3"
rev: "2.1.3"
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
Expand Down

0 comments on commit 680dea2

Please sign in to comment.