From f7156f14691cd02711ddec4089109c8462ca7c95 Mon Sep 17 00:00:00 2001 From: LawyZheng Date: Wed, 19 Feb 2025 01:30:59 +0800 Subject: [PATCH] fix precommit (#1791) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a25e7e45..cc38a2af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: args: [--fix] exclude: | (?x)( - ^skyvern/client/* + ^skyvern/client/.* ) # Run the formatter. - id: ruff-format @@ -33,7 +33,7 @@ repos: language_version: python3.11 exclude: | (?x)( - ^skyvern/client/* + ^skyvern/client/.* ) - repo: https://github.com/pre-commit/pygrep-hooks @@ -62,7 +62,7 @@ repos: ^tests.*| ^streamlit_app.*| ^alembic.*| - ^skyvern/client/* + ^skyvern/client/.* ) - repo: https://github.com/PyCQA/autoflake @@ -75,7 +75,7 @@ repos: types: [ python ] exclude: | (?x)( - ^skyvern/client/* + ^skyvern/client/.* ) # Mono repo has bronken this TODO: fix # - id: pytest-check