diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0862a3e2..f20460e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,18 +2,18 @@ fail_fast: false repos: - repo: https://github.com/python-poetry/poetry - rev: 2.3.2 + rev: 2.4.1 hooks: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.14 hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy args: [--ignore-missing-imports]