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

Skip to content

build.yml: Run mypy --ignore-missing-imports #4276

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

Merged
merged 4 commits into from
Mar 20, 2021
Merged
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
Next Next commit
Remove failing directories
  • Loading branch information
cclauss authored Mar 20, 2021
commit e578d9de772da72da27b11c1a394fc79278ff3df
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
python -m pip install mypy pytest-cov -r requirements.txt
# FIXME: #4052 fix mypy errors in other directories and add them here
- run: python3 -m mypy --ignore-missing-imports
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there's any need for calling mypy using the Python interpreter as mypy has its own entrypoint.

arithmetic_analysis
backtracking
bit_manipulation
blockchain
boolean_algebra
cellular_automata
computer_vision
digital_image_processing
fuzzy_logic
genetic_algorithm
40BC geodesy
Expand Down
0