From 7b31a5196d4a348b095b1a38705313681d3dbda6 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 10 Nov 2023 21:31:13 +1000 Subject: [PATCH] Update requirements file and fix minimum pre-commit version (#7901) --- .pre-commit-config.yaml | 2 +- requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a55596d419b..0848a124794 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/requirements.txt b/requirements.txt index 187beba2883..96f8c9c1e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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