Pin flake8

flake8 >= 6 breaks alot of plugins; pin to older version for
now.

Change-Id: I30d15d43cf4b5405e2b3b4370c3206598fa7bebe
This commit is contained in:
James Page
2022-12-12 11:49:41 +00:00
parent a50e9d4d08
commit e3b2d05882

View File

@@ -75,8 +75,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