diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7980901..f3e059c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,11 +22,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.0 + rev: v2.11.1 hooks: - id: pyproject-fmt - repo: https://github.com/asottile/setup-cfg-fmt - rev: v3.1.0 + rev: v3.2.0 hooks: - id: setup-cfg-fmt args: @@ -39,12 +39,12 @@ repos: - sphinx==6.1.3 - tomli==2.0.1 - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs @@ -54,11 +54,11 @@ repos: additional_dependencies: - black==23.12.0 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.3" + rev: "v0.14.10" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -68,6 +68,6 @@ repos: - id: django-upgrade args: [--target-version, "5.0"] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.7.0 + rev: 1.7.1 hooks: - id: tox-ini-fmt