Skip to content

Commit 50762f1

Browse files
committed
Fail remote pipeline when mypy fails
1 parent 497ca40 commit 50762f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
PYTHON_VERSION: ${{ matrix.python-version }}
104104
# With new versions of mypy new issues might arise. This is a problem if there is
105105
# nobody able to fix them, so we have to ignore errors until that changes.
106-
continue-on-error: true
107106

108107
- name: Test with pytest
109108
run: |

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc
1919
# filterwarnings ignore::WarningType # ignores those warnings
2020

2121
[tool.mypy]
22-
python_version = "3.8"
2322
files = ["git/", "test/deprecation/"]
2423
disallow_untyped_defs = true
2524
no_implicit_optional = true

0 commit comments

Comments
 (0)