Skip to content

Commit

Permalink
fix mypy run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail authored Sep 12, 2024
1 parent b7c41f3 commit 44da742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
run: pip install mypy

- name: Run mypy
run: find lighthouse/ -type f -name "*.py" | xargs mypy
run: find lighthouse -type f -name "*.py" -not -path 'lighthouse/common/*' | xargs mypy

0 comments on commit 44da742

Please sign in to comment.