From 5cc06a2ca5ee0cf4de0028020716de610993a9f5 Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Fri, 5 Nov 2021 18:46:03 +0200 Subject: [PATCH] CI: Use python 3.10 for linters (#262) --- tox-linter.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-linter.ini b/tox-linter.ini index a531876e..9908374d 100644 --- a/tox-linter.ini +++ b/tox-linter.ini @@ -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