Skip to content

Commit 37d070e

Browse files
fix: update mypy pre-commit hook version to resolve compatibility issues
- Update mypy pre-commit hook from v1.8.0 to v1.18.1 - Resolves AssertionError: Cannot find module for _frozen_importlib.ModuleSpec - Ensures pre-commit hooks work without --no-verify bypass - Maintains all existing mypy configuration and arguments
1 parent 3435391 commit 37d070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
# Progress tracking: https://github.com/VirtualAgentics/ConextForge_memory/issues/7
5050
# ADR Reference: docs/adr/ADR-0004-mypy-strict-mode-migration.md
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.8.0
52+
rev: v1.18.1
5353
hooks:
5454
- id: mypy
5555
additional_dependencies: [types-requests, types-setuptools, types-aiofiles]

0 commit comments

Comments
 (0)