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 3a8cd90 commit ff805a9Copy full SHA for ff805a9
scripts/core-testing.sh
@@ -211,9 +211,9 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "quality" ] ; then
211
echo ""
212
set +e
213
echo "... ruff-ing component..."
214
- ruff --fix homeassistant/components/plugwise_usb/*py || echo "Ruff applied autofixes"
+ ruff check --fix homeassistant/components/plugwise_usb/*py || echo "Ruff applied autofixes"
215
echo "... ruff-ing tests..."
216
- ruff --fix tests/components/plugwise_usb/*py || echo "Ruff applied autofixes"
+ ruff check --fix tests/components/plugwise_usb/*py || echo "Ruff applied autofixes"
217
set -e
218
echo "... black-ing ..."
219
black homeassistant/components/plugwise_usb/*py tests/components/plugwise_usb/*py || exit
0 commit comments