From 350113e7deaf5e526d73badf99dcb92a780bd365 Mon Sep 17 00:00:00 2001 From: Cris Dywan Date: Fri, 2 Dec 2022 20:05:21 +0100 Subject: [PATCH] Pin flake8 to version 6.0.0 See: https://github.com/zheller/flake8-quotes/pull/111 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 852318a..7f7bd26 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = black --check --diff --fast . [testenv:flake8] deps = - flake8 + flake8<6.0.0 # TODO remove pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged. flake8-black flake8-docstrings flake8-quotes