Skip to content

Commit

Permalink
update pre commit packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Dec 21, 2024
1 parent cf62f69 commit a99ca7a
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
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.21.0
rev: 1.22.2
hooks:
- id: django-upgrade
args: [--target-version, "5.1"]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.8.4
hooks:
- id: ruff

0 comments on commit a99ca7a

Please sign in to comment.