We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b9e28 commit abc725fCopy full SHA for abc725f
.github/workflows/build.yml
@@ -21,7 +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
- - run: mypy .
+ - run: mypy --install-types --non-interactive .
25
- name: Run tests
26
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
27
- if: ${{ success() }}
0 commit comments