E553
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 497ca40 commit 50762f1Copy full SHA for 50762f1
.github/workflows/pythonpackage.yml
@@ -103,7 +103,6 @@ jobs:
103
PYTHON_VERSION: ${{ matrix.python-version }}
104
# With new versions of mypy new issues might arise. This is a problem if there is
105
# nobody able to fix them, so we have to ignore errors until that changes.
106
- continue-on-error: true
107
108
- name: Test with pytest
109
run: |
pyproject.toml
@@ -19,7 +19,6 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc
19
# filterwarnings ignore::WarningType # ignores those warnings
20
21
[tool.mypy]
22
-python_version = "3.8"
23
files = ["git/", "test/deprecation/"]
24
disallow_untyped_defs = true
25
no_implicit_optional = true
0 commit comments