fix precommit (#1791)
This commit is contained in:
@@ -22,7 +22,7 @@ repos:
|
|||||||
args: [--fix]
|
args: [--fix]
|
||||||
exclude: |
|
exclude: |
|
||||||
(?x)(
|
(?x)(
|
||||||
^skyvern/client/*
|
^skyvern/client/.*
|
||||||
)
|
)
|
||||||
# Run the formatter.
|
# Run the formatter.
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
@@ -33,7 +33,7 @@ repos:
|
|||||||
language_version: python3.11
|
language_version: python3.11
|
||||||
exclude: |
|
exclude: |
|
||||||
(?x)(
|
(?x)(
|
||||||
^skyvern/client/*
|
^skyvern/client/.*
|
||||||
)
|
)
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||||
@@ -62,7 +62,7 @@ repos:
|
|||||||
^tests.*|
|
^tests.*|
|
||||||
^streamlit_app.*|
|
^streamlit_app.*|
|
||||||
^alembic.*|
|
^alembic.*|
|
||||||
^skyvern/client/*
|
^skyvern/client/.*
|
||||||
)
|
)
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/autoflake
|
- repo: https://github.com/PyCQA/autoflake
|
||||||
@@ -75,7 +75,7 @@ repos:
|
|||||||
types: [ python ]
|
types: [ python ]
|
||||||
exclude: |
|
exclude: |
|
||||||
(?x)(
|
(?x)(
|
||||||
^skyvern/client/*
|
^skyvern/client/.*
|
||||||
)
|
)
|
||||||
# Mono repo has bronken this TODO: fix
|
# Mono repo has bronken this TODO: fix
|
||||||
# - id: pytest-check
|
# - id: pytest-check
|
||||||
|
|||||||
Reference in New Issue
Block a user