Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 13, 2024
1 parent 8316aa7 commit faf8960
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 @@ -3,13 +3,13 @@
repos:

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.20.0
rev: 1.19.0
hooks:
- id: django-upgrade
args: ["--target-version", "3.0"]
Expand Down

0 comments on commit faf8960

Please sign in to comment.