Skip to content

Commit 7bc1538

Browse files
authored
chore: add mypy to supabase.tests (#1301)
1 parent 185a149 commit 7bc1538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supabase/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ help::
44
@echo "Available commands"
55
@echo " help -- (default) print this message"
66

7-
tests: pytest
7+
tests: mypy pytest
88
help::
99
@echo " tests -- run all tests for supabase package"
1010

0 commit comments

Comments
 (0)