Skip to content

Commit

Permalink
update python
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Oct 10, 2023
1 parent fb00575 commit 081541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ for exchange in "${WS_EXCHANGES[@]}"; do
done
# faster version of post-transpile
npm run check-php-syntax
cd python && tox -e qa -- ${PYTHON_FILES[*]} && cd ..
cd python && ruff -- ${PYTHON_FILES[*]} && cd ..


### RUN SPECIFIC TESTS (ONLY IN TRAVIS) ###
Expand Down

0 comments on commit 081541a

Please sign in to comment.