Skip to content

Commit

Permalink
ruff -> ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Mar 30, 2024
1 parent e0a5160 commit 9dac8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip install '.[test]'
- name: Lint with ruff
run: |
ruff .
ruff check .
- name: Check types with mypy
run: |
mypy alicat
Expand Down

0 comments on commit 9dac8df

Please sign in to comment.