Skip to content

Commit

Permalink
cis: update ruff invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jul 1, 2024
1 parent 3fe33b0 commit c321b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Linting
if: always()
run: |
ruff pyvisa_py;
ruff check pyvisa_py;
- name: Mypy
if: always()
run: |
Expand Down

0 comments on commit c321b7b

Please sign in to comment.