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 25e4c30 commit 1fe7468Copy full SHA for 1fe7468
.github/workflows/build.yaml
@@ -27,4 +27,11 @@ jobs:
27
- run: |
28
python3 -m pip install --upgrade pip
29
python3 -m pip install tox tox-gh-actions
30
+
31
+ pushd /tmp
32
+ git clone https://github.com/python/mypy
33
+ pushd mypy
34
+ python -m pip install --upgrade .
35
+ popd
36
37
- run: tox
tox.ini
@@ -17,9 +17,9 @@ commands =
17
[testenv:mypy]
18
basepython = python3
19
deps =
20
- mypy >= 0.971
+ mypy >= 0.990+dev.d619c783d4713a13083a1a6e8020075948baceb2
21
commands =
22
- mypy --install-types --non-interactive -p bencodex
+ mypy --install-types --non-interactive -p bencodex --enable-recursive-aliases
23
24
[flake8]
25
exclude =
0 commit comments