Skip to content

Commit

Permalink
update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Oct 23, 2024
1 parent 8424c4a commit fdd7093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
TORCHVISION_VER: ${{ matrix.vers.tv_ver }}
run: pip install black==22.3.0 ruff tensorflow pytest scipy interval
- name: Lint checks
run: python -m ruff .
run: python -m ruff check .
- name: Run tests
run: |
source activate.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
TORCHVISION_VER: ${{ matrix.vers.tv_ver }}
run: pip install black==22.3.0 ruff tensorflow scipy interval
- name: Lint checks
run: python -m ruff .
run: python -m ruff check .
- name: Style checks
run: python -m black --check .
- name: Run unit tests
Expand Down

0 comments on commit fdd7093

Please sign in to comment.