Skip to content

Commit

Permalink
Update test_local to use ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
yaugenst-flex committed Jun 5, 2024
1 parent 74fce58 commit 102d601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/test_local.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
set -e

black tidy3d/
black tests/
black scripts/
ruff format tidy3d/ --check --diff
ruff format tests/ --check --diff
ruff format scripts/ --check --diff

ruff check tidy3d
ruff check tidy3d --diff

pytest -rA tests/
# to test without vtk, one has to restart pytest
Expand Down

0 comments on commit 102d601

Please sign in to comment.