From: garciadeblas Date: Thu, 22 Aug 2024 17:13:28 +0000 (+0200) Subject: Update flake8 version in tox.ini X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a41ebbf30c2a4894ad06839d73ff7037d17d4575;p=osm%2FNG-SA.git Update flake8 version in tox.ini Change-Id: I449f025fec74174ec45fbe7d5b0ada9da95ebf47 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index f215d0f..3428170 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,7 @@ commands = ####################################################################################### [testenv:flake8] -deps = flake8==5.0.4 +deps = flake8==7.0.0 flake8-import-order commands = flake8 src setup.py