Skip to content

Commit

Permalink
Update mypy to 0.790
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Oct 26, 2020
1 parent 4d5bb06 commit 24afcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
- run: echo ::add-path::$HOME/.local/bin
- run: sudo apt update
- run: sudo apt install --no-install-recommends -y x11-xserver-utils
- run: pip3 install mypy==0.781 flake8==3.8.3 yapf==0.30.0 --user
- run: pip3 install mypy==0.790 flake8==3.8.3 yapf==0.30.0 --user
- run: mypy -p plugin
- run: flake8 plugin tests
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ max-line-length = 120
[testenv]
deps =
flake8==3.8.3
mypy==0.781
mypy==0.790
commands =
mypy plugin
flake8 plugin tests

0 comments on commit 24afcc0

Please sign in to comment.