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 a2ca357 commit ea0b017Copy full SHA for ea0b017
scripts/tests_and_coverage.sh
@@ -65,7 +65,7 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
65
biome_format
66
67
echo "... ruff checking ..."
68
- ruff check plugwise_usb/ tests/
+ ruff check --fix plugwise_usb/ tests/
69
70
handle_command_error "ruff checking"
71
echo "... ruff formatting ..."
0 commit comments