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 b84ba2d commit 35f04a2Copy full SHA for 35f04a2
.github/workflows/pythonpackage.yml
@@ -76,4 +76,5 @@ jobs:
76
'pyproject.toml'
77
'requirements-dev.txt'
78
- run: pip install -r requirements-dev.txt -e .
79
- - run: mypy --config-file pyproject.toml .
+ - name: Run mypy and report but do not fail
80
+ run: mypy --config-file pyproject.toml . || true
0 commit comments