From 378e645bbcf4ec6fab09f8db79dfb9a6e04e2010 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Mon, 13 Feb 2023 19:42:02 +0000 Subject: [PATCH] Update flake8 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc6ddc1..555ae7f 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,8 @@ setup( 'docopt', ], 'qa': [ - 'flake8==3.8.3', + # Latest version which supports Python 3.6 + 'flake8==5.0.4', 'mypy==0.782', ], },