49de3e954e
flake8 2.5.5 fails on ubuntu-focal zuul machines running python3.8 with the following error: AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT' The update removes the version constraint to use newer flake8. Change-Id: I8f82c818fd9653da14f042fffa4acf304fd76789 Partial-Bug: 1895054 Signed-off-by: Don Penney <don.penney@windriver.com>
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
# hacking pulls in flake8
|
|
hacking
|
|
bashate >= 0.2
|
|
bandit!=1.6.0,>=1.1.0,<2.0.0
|