From 9a79c084a87cee90dcf6936bcbc41b5b3809b5ef Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Tue, 12 Oct 2021 13:12:21 +0100
Subject: [PATCH] requirements-dev: Step flake8 back down to 3.9.2 for now

flake8-isort needs to publish a release that allows for >= 4
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 0c64ab59..216a0016 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -3,7 +3,7 @@
 wheel
 
 # Static analysis tools
-flake8==4.0.1
+flake8==3.9.2
 flake8-annotations-coverage==0.0.5
 flake8-cognitive-complexity==0.1.0
 flake8-comprehensions==3.7.0