Skip to content

Commit d2f24f5

Browse files
committed
Update also in script
1 parent afb21e3 commit d2f24f5

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
@@ -36,7 +36,7 @@ fi
3636
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
3737
# Black first to ensure nothings roughing up ruff
3838
echo "... ruff-ing ..."
39-
ruff plugwise/ tests/
39+
ruff check plugwise/ tests/
4040

4141
echo "... pylint-ing ..."
4242
pylint plugwise/ tests/

0 commit comments

Comments
 (0)