Skip to content

Commit cb909f4

Browse files
test
1 parent 70d37b6 commit cb909f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ type-check:
99
mypy mapie
1010

1111
v1-type-check:
12-
mypy mapie_v1 --disallow-untyped-defs --exclude $(mapie_v0_folder_name)
12+
ls -la
13+
mypy mapie_v1 --exclude $(mapie_v0_folder_name)
1314

1415
tests:
1516
pytest -vs --doctest-modules mapie

0 commit comments

Comments
 (0)