Skip to content

Commit

Permalink
Update type-checking.yml
Browse files Browse the repository at this point in the history
update ruff command, will test
  • Loading branch information
paul-lebel committed Jul 8, 2024
1 parent e5e1d5e commit 9c96376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
pip install --upgrade pip
pip install ruff mypy
- name: ruff
run: ruff tests yogo --ignore E501 --ignore E722
run: ruff check tests yogo --ignore E501 --ignore E722
- name: mypy
run: mypy --ignore-missing-imports yogo

0 comments on commit 9c96376

Please sign in to comment.