Update pre-commit hooks. (#302)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>master
parent
a7aeb8223a
commit
e0c0460e59
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue