Skip to content

Commit

Permalink
CI: Use python 3.10 for linters (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Nov 5, 2021
1 parent 3e9005d commit 5cc06a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox-linter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =

[gh-actions]
python =
3.9: flake8,isort,pydocstyle,black,mypy
3.10: flake8,isort,pydocstyle,black,mypy

[testenv:flake8]
deps=flake8
Expand Down

0 comments on commit 5cc06a2

Please sign in to comment.