| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 87b314e commit 9ed904c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ jobs: | |||
| 88 | 88 | ||
| 89 | 89 | - name: Check types with mypy | |
| 90 | 90 | run: | | |
| 91 | - mypy -p git | ||
| 91 | + mypy --python-version=${{ matrix.python-version }} -p git | ||
| 92 | 92 | # With new versions of mypy new issues might arise. This is a problem if there is nobody able to fix them, | |
| 93 | 93 | # so we have to ignore errors until that changes. | |
| 94 | 94 | continue-on-error: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ testpaths = "test" # Space separated list of paths from root e.g test tests doc | |||
| 20 | 20 | # filterwarnings ignore::WarningType # ignores those warnings | |
| 21 | 21 | ||
| 22 | 22 | [tool.mypy] | |
| 23 | - python_version = "3.7" | ||
| 23 | + python_version = "3.8" | ||
| 24 | 24 | disallow_untyped_defs = true | |
| 25 | 25 | no_implicit_optional = true | |
| 26 | 26 | warn_redundant_casts = true | |
| Back | FazBrowse Home | New Git URL |
0 commit comments