Skip to content

Commit 7b31a51

Browse files
authored
Update requirements file and fix minimum pre-commit version (#7901)
1 parent e7bb89c commit 7b31a51

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default_stages: [commit, push]
1919
default_language_version:
2020
# force all unspecified Python hooks to run python3
2121
python: python3
22-
minimum_pre_commit_version: "2.18.0"
22+
minimum_pre_commit_version: "2.17.0"
2323
repos:
2424
- repo: meta
2525
hooks:

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
# Install the latest version of cloudmonkey
19-
cloudmonkey
20-
2118
# Marvin dependencies are installed via its bundle
2219

20+
pre-commit
21+
2322
# Install the SolidFire SDK for Python
2423
solidfire-sdk-python

0 commit comments

Comments
 (0)