diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e89173..19870d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy additional_dependencies: - types-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: @@ -33,7 +33,7 @@ repos: - --unsafe-fixes - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.20.9 + rev: v1.20.10 hooks: - id: typos - repo: local