Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 1, 2024
1 parent 666c69e commit 5543cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ repos:
- --py310-plus
- --keep-runtime-typing
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.20.0"
rev: "1.21.0"
hooks:
- id: django-upgrade
args:
- --target-version=3.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.6.8
hooks:
- id: ruff
args:
Expand All @@ -39,6 +39,6 @@ repos:
- --config=pyproject.toml
- --exit-non-zero-on-fix
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

0 comments on commit 5543cd7

Please sign in to comment.