Skip to content

Commit

Permalink
Add better output
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej-lukas committed Nov 5, 2024
1 parent e31ab88 commit b02a4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ python3 -m pytest tests/test_components.py -p no:warnings -vvvv -s --full-trace
python3 -m pytest tests/test_coordinator.py -p no:warnings -vvvv -s --full-trace

# run ruff check as well
echo "Running RUFF check: in ${PWD}"
ruff check --output-format=github --select=E9,F4,F6,F7,F8,N8 --ignore=F405 --target-version=py310 --line-length=120 .

0 comments on commit b02a4cb

Please sign in to comment.