From b1cd42663fa7c315f2ebe49edb96443f156352ad Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 14 Feb 2024 12:42:38 -0600 Subject: [PATCH] Allow use of flake8 v7 All packages in the colcon org appear to test successfully against flake8 v7 now. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e935db42..640bf8b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ zip_safe = false [options.extras_require] test = - flake8>=3.6.0,<7 + flake8>=3.6.0 flake8-blind-except flake8-builtins flake8-class-newline