mirror of https://github.com/apache/cloudstack.git
Update requirements file and fix minimum pre-commit version (#7901)
This commit is contained in:
parent
e7bb89c4b2
commit
7b31a5196d
|
|
@ -19,7 +19,7 @@ default_stages: [commit, push]
|
|||
default_language_version:
|
||||
# force all unspecified Python hooks to run python3
|
||||
python: python3
|
||||
minimum_pre_commit_version: "2.18.0"
|
||||
minimum_pre_commit_version: "2.17.0"
|
||||
repos:
|
||||
- repo: meta
|
||||
hooks:
|
||||
|
|
|
|||
|
|
@ -15,10 +15,9 @@
|
|||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Install the latest version of cloudmonkey
|
||||
cloudmonkey
|
||||
|
||||
# Marvin dependencies are installed via its bundle
|
||||
|
||||
pre-commit
|
||||
|
||||
# Install the SolidFire SDK for Python
|
||||
solidfire-sdk-python
|
||||
|
|
|
|||
Loading…
Reference in New Issue