From 39eea094d7639acb8efc309692d6dc5df09e10a2 Mon Sep 17 00:00:00 2001 From: Dr Abraham Martin <amc203@cam.ac.uk> Date: Tue, 9 Nov 2021 09:21:25 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c13d96..11b4878 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,7 @@ deps= # regressions when new checks are introduced. The version of flake8 used may # be overridden via the TOXINI_FLAKE8_VERSION environment variable. mock - flake8=={env:TOXINI_FLAKE8_VERSION:3.6.0} + flake8=={env:TOXINI_FLAKE8_VERSION:3.9.2} commands= flake8 --version flake8 . -- GitLab