From f7044e06d82884eab8027ecc6ca2cb5a968cce1b Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 16 Jul 2026 07:19:42 +0200 Subject: [PATCH] Switch tox.ini to dependency groups --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 6e0850475b..dcde59065f 100644 --- a/tox.ini +++ b/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 @@ commands = make check-dictionaries [testenv:unitest] description = run unit tests -extras = dev +dependency_groups = dev commands = pytest --cov=codespell_lib codespell_lib [testenv:type] description = run type checks -extras = types +dependency_groups = types commands = mypy codespell_lib