Skip to content

Commit 24d472b

Browse files
committed
Remove python to ruff ruff
1 parent 2899b4e commit 24d472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/run_linters.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
if [[ "${linters_to_run}" == *"ruff"* ]]; then
4343
echo "===> Running ruff"
4444
rm -f "${RUFF_REPORT}"
45-
python ruff check . | tee "${BUILD_DIR}/ruff-report.txt" | "${CONF_DIR}"/ruff2sonar.py "${external_format}" >"${RUFF_REPORT}"
45+
ruff check . | tee "${BUILD_DIR}/ruff-report.txt" | "${CONF_DIR}"/ruff2sonar.py "${external_format}" >"${RUFF_REPORT}"
4646
re=$?
4747
if [[ "${re}" = "32" ]]; then
4848
>&2 echo "ERROR: pylint execution failed, errcode ${re}, aborting..."

0 commit comments

Comments
 (0)