Skip to content

Commit

Permalink
bump linters versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 8, 2021
1 parent 46e9b83 commit f9d23e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: '3.8'
- run: sudo apt update
- run: sudo apt install --no-install-recommends -y x11-xserver-utils
- run: pip3 install mypy==0.790 flake8==3.8.3 yapf==0.30.0 --user
- run: pip3 install mypy==0.910 flake8==3.9.2 yapf==0.31.0 --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: mypy -p plugin
- run: flake8 plugin tests
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ max-line-length = 120

[testenv]
deps =
flake8==3.8.3
mypy==0.790
flake8==3.9.2
mypy==0.910
commands =
mypy plugin
flake8 plugin tests

0 comments on commit f9d23e7

Please sign in to comment.