Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
fix for updated ruff call
  • Loading branch information
psetinek authored Aug 1, 2024
1 parent 44073d7 commit 0100031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# stuff
- name: run ruff
working-directory: ./seathru_nerf
run: ruff seathru/ tests/
run: ruff check seathru/ tests/

- name: run black
working-directory: ./seathru_nerf
Expand Down

0 comments on commit 0100031

Please sign in to comment.