From 23a205080d97b49d0f100a610f9caec9364bb4ae Mon Sep 17 00:00:00 2001 From: abhishekmadan30 Date: Tue, 3 Feb 2026 22:47:19 -0500 Subject: [PATCH] fix: Downgraded yamllint as v1.38.0 dropped support for Python 3.9 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3d780f2b..5a97ee8d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: uv-lock - repo: https://github.com/adrienverge/yamllint.git - rev: v1.38.0 + rev: v1.37.1 hooks: - id: yamllint exclude: template