commit 089bbd203f56fe41c4652f82e75b4ca3af7c43bc Merge: e413cb7 d023c60 Author: Zuul Date: Mon Oct 5 16:54:18 2020 +0000 Merge "Adding pre-commit" diff --cc test-requirements.txt index 33ecb80,20e08b6..de498fc --- a/test-requirements.txt +++ b/test-requirements.txt @@@ -9,5 -9,7 +9,7 @@@ testtools>=2.2.0 # MI coverage!=4.4,>=4.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 # Bandit security code scanner -bandit>=1.1.0,<1.6.0 # Apache-2.0 +bandit>=1.6.0,<1.7.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 + + pre-commit>=2.6.0 # MIT