From 5a0eb695fa0faa43dcf2f030e385a3fdc491e5f0 Mon Sep 17 00:00:00 2001 From: Vignesh Natarajan Date: Sun, 22 Feb 2026 22:54:44 -0800 Subject: [PATCH] chore: format pre-commit config for CI --- .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 e6f6faca112..f573cd91096 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,7 +83,7 @@ repos: name: skills python tests entry: pytest -q skills language: python - additional_dependencies: [pytest>=8,<9] + additional_dependencies: [pytest>=8, <9] pass_filenames: false files: "^skills/.*\\.py$"