From b372ebbad94ff425146735b7712831e5a8f6d9d1 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:30:43 -0300 Subject: [PATCH] Test --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddd45e8f14f..ba13e43b8ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,14 +50,14 @@ repos: entry: pip install --upgrade docutils language: system pass_filenames: false - - repo: https://github.com/errata-ai/vale - rev: "v3.0.7" - hooks: - - id: vale - name: vale-sync - language_version: "1.21.6" - pass_filenames: false - args: [sync] + # - repo: https://github.com/errata-ai/vale + # rev: "v3.0.7" + # hooks: + # - id: vale + # name: vale-sync + # language_version: "1.21.6" + # pass_filenames: false + # args: [sync] # - id: vale # language_version: "1.21.6" # types_or: [markdown, rst]