Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 22cc236

Browse files
chore(ci): fix mypy deps (#903)
1 parent de498db commit 22cc236

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pipelines/requirements/lint.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-r deps/pyright.txt
55
-r deps/ruff.txt
66
-r deps/mypy.txt
7+
-r deps/pydantic.txt
78
-r ../../databases/requirements.txt
89
interrogate==1.5.0
910
slotscheck==0.17.1

pipelines/requirements/mypy.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r test.txt
22
-r node.txt
33
-r deps/mypy.txt
4+
-r deps/pydantic.txt
45
types-mock

0 commit comments

Comments
 (0)