diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69fec05..5b81b0d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,18 +12,18 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.7 hooks: - id: ruff-format - id: ruff args: [ "--fix", "--show-fixes"] types_or: [python, pyi] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy exclude: ^docs/ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.11 + rev: 0.9.13 hooks: - id: uv-lock