Skip to content

Commit ea0b017

Browse files
committed
Force ruff fixes
1 parent a2ca357 commit ea0b017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests_and_coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
6565
biome_format
6666

6767
echo "... ruff checking ..."
68-
ruff check plugwise_usb/ tests/
68+
ruff check --fix plugwise_usb/ tests/
6969

7070
handle_command_error "ruff checking"
7171
echo "... ruff formatting ..."

0 commit comments

Comments
 (0)