Skip to content

Commit 5f58a1a

Browse files
fixup! Initial project made by Codex
1 parent ae8f3b9 commit 5f58a1a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ repos:
8686
- id: mypy
8787
stages: [pre-push, manual]
8888
name: mypy
89+
additional_dependencies:
90+
# Need pydantic to load the pydantic.mypy plugin
91+
- pydantic>=2.12.0
8992
- repo: https://github.com/astral-sh/uv-pre-commit
9093
# uv version.
9194
rev: 0.8.24

0 commit comments

Comments
 (0)