Upgrade pre-commit hooks.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Víðir Valberg Guðmundsson 2023-10-02 19:56:38 +02:00
parent 6894c57aa0
commit 81ff8d0177
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.290'
rev: 'v0.0.292'
hooks:
- id: ruff
args:
@ -30,14 +30,14 @@ repos:
- --application-directories=.:src
exclude: migrations/
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.13.0
hooks:
- id: pyupgrade
args:
- --py311-plus
exclude: migrations/
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.1
rev: 1.15.0
hooks:
- id: django-upgrade
args: