We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705324e commit 50e6423Copy full SHA for 50e6423
.github/workflows/build.yml
@@ -21,9 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip setuptools six wheel
23
python -m pip install mypy pytest-cov -r requirements.txt
24
- # FIXME: #4052 fix mypy errors in the exclude directories and remove them below
25
- - run: mypy --ignore-missing-imports
26
- --exclude '(data_structures|digital_image_processing|dynamic_programming|graphs|maths|matrix|other|project_euler|scripts|searches|strings*)/$' .
+ - run: mypy .
27
- name: Run tests
28
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
29
- if: ${{ success() }}
0 commit comments