Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#63)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent e6b9489 commit be39df9
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 @@ -14,7 +14,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: "v3.17.0"
rev: "v3.19.0"
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -24,7 +24,7 @@ repos:
- id: pycln
args: [--all]
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.21.0"
rev: "1.22.1"
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]

0 comments on commit be39df9

Please sign in to comment.