From bb9a21abbeec4c1ee61766dfb8c386d9cc70e5a4 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 18 Jan 2023 13:43:20 +0000 Subject: [PATCH] Use flake8<6 due to plugin breakage. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index eb54fde..9606489 100644 --- a/tox.ini +++ b/tox.ini @@ -98,8 +98,7 @@ commands = {[testenv:lint]commands} description = Check code against coding style standards deps = black - # flake8==4.0.1 # Pin version until https://github.com/csachs/pyproject-flake8/pull/14 is merged - flake8 + flake8<6 flake8-docstrings flake8-copyright flake8-builtins