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/psf/black: 24.4.0 → 24.8.0](psf/black@24.4.0...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.6.4](astral-sh/ruff-pre-commit@v0.3.7...v0.6.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)
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent e547b8f commit f75bd1d
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 @@ -22,21 +22,21 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.7'
rev: 'v0.6.4'
hooks:
- id: ruff
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.16.0"
rev: "1.21.0"
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand Down

0 comments on commit f75bd1d

Please sign in to comment.