We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9cc8f commit 4c339b0Copy full SHA for 4c339b0
scripts/core-testing.sh
@@ -217,8 +217,8 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "quality" ] ; then
217
set -e
218
# echo "... black-ing ..."
219
# 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
+ # echo "... mypy ..."
+ # script/run-in-env.sh mypy homeassistant/components/plugwise_usb/*.py || exit
222
cd ..
223
echo "... markdownlint ..."
224
pre-commit run --all-files --hook-stage manual markdownlint
0 commit comments