Skip to content

Commit 0bbee82

Browse files
authored
Merge pull request #187 from fingerprintjs/fix/sync-install-ruff
chore: install ruff inside generate.sh
2 parents e29bcf8 + 17a1bcd commit 0bbee82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ docker run --rm -u "$(id -u):$(id -g)" -v "${PWD}:/local" -w /local "openapitool
3333

3434
# Linting and formatting
3535
PYTHON_CMD="${PYTHON:-$(command -v python3 || command -v python)}"
36+
"$PYTHON_CMD" -m pip install --quiet 'ruff==0.15.0'
3637
"$PYTHON_CMD" -m ruff format .
3738
"$PYTHON_CMD" -m ruff check --fix --unsafe-fixes .

0 commit comments

Comments
 (0)