Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27c0b21

Browse files
committed
bump mypy cost for pandas-stubs
1 parent 034607d commit 27c0b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ def get_projects() -> list[Project]:
13981398
"SQLAlchemy",
13991399
],
14001400
expected_success=("pyright",),
1401-
cost={"mypy": 189, "pyright": 75},
1401+
cost={"mypy": 355, "pyright": 75},
14021402
),
14031403
Project(
14041404
location="https://github.com/enthought/comtypes",

0 commit comments

Comments
 (0)