Skip to content

Commit

Permalink
remove mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
okigan committed Nov 29, 2023
1 parent 494743d commit b5b2edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ venv:
pip install -r services/pet-store/src/requirements.txt; \
pip install -r infra/src/requirements.txt; \
pip install -r requirements-dev.txt; \
mypy --install-types; \
)

run:
Expand Down

0 comments on commit b5b2edd

Please sign in to comment.