Skip to content

Commit 7e3b7d6

Browse files
add mypy on debian images (#442)
1 parent 8670d7e commit 7e3b7d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ros2_debian/Dockerfile.debian12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
102102
python3-ament-pep257 \
103103
python3-flake8 \
104104
python3-coverage \
105+
python3-mypy \
105106
&& \
106107
# colcon-devtools>0.2.3 is not released for debian12, so override it with pip
107108
# typing_extensions needs to be >4.7.0, but is available on apt with 4.4.0 only

0 commit comments

Comments
 (0)