diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c90337..bf8ecb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.9" + rev: "v0.5.6" hooks: - id: ruff args: @@ -11,12 +11,12 @@ repos: - --config=pyproject.toml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.1 hooks: - id: mypy language_version: python3.9 additional_dependencies: - - types-all + - types-toml - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0