diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 757789a..583ca89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: checkmake - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.3.0 + rev: v2.3.1 hooks: - id: mypy additional_dependencies: @@ -41,7 +41,7 @@ repos: - types-setuptools stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.2 + rev: v0.16.3 hooks: - id: ruff-check args: ["--fix"]