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/tox-dev/pyproject-fmt: 1.8.0 → 2.2.4](tox-dev/pyproject-fmt@1.8.0...2.2.4)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- [github.com/adamchainz/django-upgrade: 1.16.0 → 1.21.0](adamchainz/django-upgrade@1.16.0...1.21.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.6 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.6...v0.6.7)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent f18e820 commit 4e603cf
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 @@ -11,11 +11,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.8.0
rev: 2.2.4
hooks:
- id: pyproject-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -25,13 +25,13 @@ repos:
- id: pycln
args: [--all]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.16.0
rev: 1.21.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.6
rev: v0.6.7
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 4e603cf

Please sign in to comment.