f7a056dca0
A new version of flake8 (6.0.0) was released Nov 23, 2022 It is leading to an argparse error ValueError: 'string' is not callable The fix is to use 'hacking' which is an openstack module that pulls in the appropriate version of flake8. Closes-Bug: #1997971 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: Icaa5cd1cb7c362bd8caf666d82d7d7f655523fb0
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance.
|
|
# always put 'hacking' first. it pulls in flake8, etc..
|
|
hacking < 4.0.1
|
|
bashate
|
|
PyYAML
|
|
yamllint
|
|
flake8-import-order
|