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