Skip to content

Commit

Permalink
iohub -> waveorder
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Feb 18, 2025
1 parent 0e730b5 commit 1d9f142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
pip install black
- name: Check code styling with Black
run: |
black --diff -S -t py310 iohub
black --check -S -t py310 iohub
black --diff -S -t py310 waveorder
black --check -S -t py310 waveorder
lint:
name: Lint Check
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Check code with Flake8
# E203 conflicts with black
run: |
flake8 iohub --extend-ignore=E203
flake8 waveorder --extend-ignore=E203
isort:
name: isort Check
Expand All @@ -75,7 +75,7 @@ jobs:
pip install isort
- name: Check code with isort
run: |
isort --check iohub
isort --check waveorder
tests:
needs: [style, lint, isort]
Expand Down

0 comments on commit 1d9f142

Please sign in to comment.