8000 Add GitHub Action mypy.yml to mypy --ignore-missing-imports by cclauss · Pull Request #4274 · TheAlgorithms/Python · GitHub
[go: up one dir, main page]

Skip to content

Add GitHub Action mypy.yml to mypy --ignore-missing-imports #4274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update mypy.yml
  • Loading branch information
cclauss authored Mar 19, 2021
commit 710fd8ffc66d6a66e4a33d4e27d146bee593ff2e
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install mypy
# FIXME: fix mypy errors in other directories and add them here
# FIXME: #4052 fix mypy errors in other directories and add them here
- run: python3 -m mypy --ignore-missing-imports
arithmetic_analysis
backtracking
Expand Down
0