Skip to content

Commit

Permalink
Fix typo in ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Oct 22, 2024
1 parent 0d5d115 commit cd73cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Install python prerequisites
run: pip install -U --user ruff
- name: Ruff lint
run: ruff --check
run: ruff check

0 comments on commit cd73cc8

Please sign in to comment.