diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 895237f..0fa16e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -14,38 +14,38 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.0 + rev: v6.2.4 hooks: - id: rstcheck additional_dependencies: - sphinx==6.1.3 - tomli==2.0.1 - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.6.8 + rev: v1.0.0 hooks: - id: sphinx-lint - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.15.0 + rev: 1.22.1 hooks: - id: django-upgrade args: [--target-version, '4.2'] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: - black==23.1.0 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.11.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: @@ -55,7 +55,7 @@ repos: - --add-import - 'from __future__ import annotations' - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: