diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ac76a20..eeec4192 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,13 +39,13 @@ repos: - --exclude-files '(uv.lock)' - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.14.5' + rev: 'v0.14.7' hooks: - id: ruff-format - id: ruff args: [--extend-ignore=D1, --fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy additional_dependencies: @@ -54,7 +54,7 @@ repos: - types-python-dateutil - types-setuptools - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.9 hooks: - id: actionlint name: actionlint