diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d32963..91a65c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.3 + rev: 2.2.1 hooks: - id: pyproject-fmt - repo: https://github.com/asottile/setup-cfg-fmt @@ -32,14 +32,14 @@ repos: args: - --include-version-classifiers - 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/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py310-plus] @@ -54,16 +54,16 @@ repos: additional_dependencies: - black==23.12.0 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.1 hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.0" + rev: "v0.5.6" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/adamchainz/django-upgrade - rev: "1.19.0" + rev: "1.20.0" hooks: - id: django-upgrade args: [--target-version, "5.0"]