https://github.com/codespell-project/codespell/pull/3976 --- codespell-2.4.3/tox.ini.orig +++ codespell-2.4.3/tox.ini @@ -1,5 +1,5 @@ [tox] -min_version = 4.0 +min_version = 4.22 env_list = unitest,type,dictionaries [testenv:dictionaries] @@ -10,10 +10,10 @@ [testenv] description = run unit tests -extras = dev +dependency_groups = dev commands = pytest codespell_lib [testenv:type] description = run type checks -extras = types +dependency_groups = types commands = mypy codespell_lib