Skip to content

Commit

Permalink
Update mypy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philbiggin authored Nov 2, 2023
1 parent d7b3b23 commit d919cbb
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 @@ -29,4 +29,4 @@ jobs:
pip install mypy
- name: Lint with mypy
run: |
mypy $(git ls-files '*.py')
mypy --ignore-missing-imports $(git ls-files '*.py')

0 comments on commit d919cbb

Please sign in to comment.