47fdbc1391
In change id I60adf0dca4aa32f4ef6bca61250b375c8a3703c6, we added flake8_docstrings to the black list. However as seen in I8bfff1b2e65541959e7f2ae0fa6ca6c17889eb54, the generate-constraints job ends up proposing adding "flake8-docstrings===0.2.1.post1" to the upper-constraints.txt. This is because of the '-' vs '_' difference. So just like in Ibaa22657a2cf2c0ad96dbd0b9bc43cdafe6a1d56, we need to convert the items in black list to the correct safe name before trying to check if the item is in the black list. Change-Id: Ieb1cd44e908b80d58a20bf0d0e1e6b10f17ae95e |
||
---|---|---|
.. | ||
__init__.py | ||
edit_constraint.py | ||
generate.py | ||
update.py | ||
validate.py |