Skip to content

Commit d1d8096

Browse files
committed
Remove ruff --fix option
1 parent 6c3cbb3 commit d1d8096

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/ --fix
39+
ruff plugwise/ tests/
4040

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

0 commit comments

Comments
 (0)