From 5609f0ca9fbb9b9e05ee92c27763fff5bfc3d4b9 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Sat, 18 May 2024 13:26:00 -0400 Subject: [PATCH] bumping pre-commit and hook configs (#2154) --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks-config.yaml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef0e40dfe..fddef05d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ files: ^(device-types|module-types)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/.pre-commit-hooks-config.yaml b/.pre-commit-hooks-config.yaml index cbcc42064..e2f8439eb 100644 --- a/.pre-commit-hooks-config.yaml +++ b/.pre-commit-hooks-config.yaml @@ -2,9 +2,9 @@ files: ^(device-types|module-types)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - name: Check YAML files \ No newline at end of file + name: Check YAML files diff --git a/requirements.txt b/requirements.txt index 469673001..399863942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.22.0 jsondiff==2.0.0 -pre-commit==3.7.0 +pre-commit==3.7.1 pytest==8.2.0 PyYAML==6.0.1 yamllint==1.35.1