diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d4280a7..23e13cf2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,14 +9,14 @@ fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: @@ -39,7 +39,7 @@ repos: - --no-sort - repo: https://github.com/python-poetry/poetry - rev: 1.8.3 + rev: 2.0.0 hooks: - id: poetry-check - id: poetry-lock