Skip to content

Commit

Permalink
Ignore missing imports in mypy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joweich committed Sep 8, 2024
1 parent f165a06 commit 7649010
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 @@ -20,4 +20,4 @@ jobs:
pip install -r requirements.txt
- name: Run MyPy
run: |
mypy chatminer/ --install-types --non-interactive
mypy chatminer/ --install-types --non-interactive --ignore-missing-imports

0 comments on commit 7649010

Please sign in to comment.