Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#1035)
Browse files Browse the repository at this point in the history
updates:
- [github.com/adamchainz/django-upgrade: 1.20.0 → 1.21.0](adamchainz/django-upgrade@1.20.0...1.21.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.3...v0.6.8)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 2, 2024
1 parent e4deeb4 commit 78f4fea
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 @@ fail_fast: true

repos:
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.20.0'
rev: '1.21.0'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -24,7 +24,7 @@ repos:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 78f4fea

Please sign in to comment.