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