Update pre-commit hooks. (#302)

Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
master
github-actions[bot] 2023-09-05 18:44:13 +02:00 committed by GitHub
parent a7aeb8223a
commit e0c0460e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,19 +3,19 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.0
rev: 1.14.1
hooks:
- id: django-upgrade
args: ["--target-version", "3.0"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.278
rev: v0.0.287
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]