Skip to content

Commit 3cc9e24

Browse files
committed
Freeze pydantic version for mypy
1 parent d0f0118 commit 3cc9e24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ repos:
3232
rev: v1.3.0
3333
hooks:
3434
- id: mypy
35-
additional_dependencies: [pydantic, types-setuptools, types-certifi]
35+
additional_dependencies:
36+
- "pydantic>=1.0, <2.0.0"
37+
- types-setuptools
38+
- types-certifi
3639
- repo: https://github.com/tox-dev/tox-ini-fmt
3740
rev: "1.1.0"
3841
hooks:

0 commit comments

Comments
 (0)