From 9e0c228482289e838d8118ab9cda60daf1ed3597 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Mon, 22 Jan 2024 12:43:23 -0500 Subject: [PATCH] updating pre-commit (#1875) --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26aea1222..9a15bd7f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: yamlfmt args: [--mapping, '2', --sequence, '4', --offset, '2'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint name: Lint YAML files diff --git a/requirements.txt b/requirements.txt index 9297cb972..60ef78991 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.19.0 jsondiff==2.0.0 -pre-commit==3.5.0 +pre-commit==3.6.0 pytest==7.4.4 PyYAML==6.0.1 yamllint==1.33.0