Skip to content

Commit 6c185dd

Browse files
committed
Revert "Allow mypy to use incremental runs"
This reverts commit b3673c3.
1 parent 515ae35 commit 6c185dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def mypy_src():
9-
cmd = ["mypy", "pandas-stubs", "tests"]
9+
cmd = ["mypy", "pandas-stubs", "tests", "--no-incremental"]
1010
subprocess.run(cmd, check=True)
1111

1212

0 commit comments

Comments
 (0)