Skip to content

Commit b3673c3

Browse files
committed
Allow mypy to use incremental runs
1 parent e3467c2 commit b3673c3

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", "--no-incremental"]
9+
cmd = ["mypy", "pandas-stubs", "tests"]
1010
subprocess.run(cmd, check=True)
1111

1212

0 commit comments

Comments
 (0)