diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cf8f6e..4ebd848 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.2 + rev: v0.14.13 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.18.2' + rev: 'v1.19.1' hooks: - id: mypy args: [--strict, --disallow-untyped-defs, --warn-unused-configs]