diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 290ad3b..132db2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: