Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-12-14 16:27:17 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-12-14 16:27:17 +0300
commitdb46667e54cba9aae167c633e90ab228bd920723 (patch)
treeb453843a9f59559d6961861a60f3e7dfa0540023
parent8579fcf737b93dd4b60cb42f2f1cb782a3886bd6 (diff)
Revert "Pin flake8 before 6.0, as it's incompatible with current flake-import-order"
This reverts commit 1d345508ee7ed441330da4a9810f21af216c6e58.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a172a9d..b75566e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-flake8<6
+flake8
flake8-blind-except
flake8-bugbear ; python_version >= "3.5"
flake8-builtins