Skip to content

Commit 4c339b0

Browse files
committed
Script: disable mypy-checking too for now
1 parent eb9cc8f commit 4c339b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/core-testing.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "quality" ] ; then
217217
set -e
218218
# echo "... black-ing ..."
219219
# black homeassistant/components/plugwise_usb/*py tests/components/plugwise_usb/*py || exit
220-
echo "... mypy ..."
221-
script/run-in-env.sh mypy homeassistant/components/plugwise_usb/*.py || exit
220+
# echo "... mypy ..."
221+
# script/run-in-env.sh mypy homeassistant/components/plugwise_usb/*.py || exit
222222
cd ..
223223
echo "... markdownlint ..."
224224
pre-commit run --all-files --hook-stage manual markdownlint

0 commit comments

Comments
 (0)