There was an error while loading. Please reload this page.
2 parents e29bcf8 + 17a1bcd commit 0bbee82Copy full SHA for 0bbee82
1 file changed
generate.sh
@@ -33,5 +33,6 @@ docker run --rm -u "$(id -u):$(id -g)" -v "${PWD}:/local" -w /local "openapitool
33
34
# Linting and formatting
35
PYTHON_CMD="${PYTHON:-$(command -v python3 || command -v python)}"
36
+"$PYTHON_CMD" -m pip install --quiet 'ruff==0.15.0'
37
"$PYTHON_CMD" -m ruff format .
38
"$PYTHON_CMD" -m ruff check --fix --unsafe-fixes .
0 commit comments