Skip to content

Commit

Permalink
OPS-0 mypy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Jun 17, 2024
1 parent e2b046c commit 32d2bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ _code-mypy:
--entrypoint=sh \
cytopia/mypy:$(MYPY_VERSION) -c ' \
python -m pip install -r requirements.txt \
&& yes | mypy --config-file setup.cfg --install-types $(SRC)/ 2>&1 >/dev/null \
&& python -m pip install types-python-dateutil types-requests \
&& mypy --config-file setup.cfg $(SRC)/ \
'

Expand Down

0 comments on commit 32d2bc0

Please sign in to comment.