Skip to content

Commit

Permalink
Update phulpyfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Artucuno committed Jan 28, 2024
1 parent 442f232 commit e4afdf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phulpyfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

@task
def test(phulpy):
phulpy.start(["lint", "typecheck", "unit_test"])
phulpy.start([
"lint",
# "typecheck",
"unit_test"])


@task
Expand Down

0 comments on commit e4afdf7

Please sign in to comment.