From 4a638690ff00303b0e39f3da36106e59de5ea6a1 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Wed, 23 Oct 2024 10:55:20 -0700 Subject: [PATCH] ci: Skip updating the mdformat repo during the dependency updater workflow (#335) --- .github/workflows/update-python-and-pre-commit-dependencies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-python-and-pre-commit-dependencies.yml b/.github/workflows/update-python-and-pre-commit-dependencies.yml index 57d6cb05..919ea0b8 100644 --- a/.github/workflows/update-python-and-pre-commit-dependencies.yml +++ b/.github/workflows/update-python-and-pre-commit-dependencies.yml @@ -14,6 +14,7 @@ jobs: update-pre-commit: true run-pre-commit: true pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit + pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat export-dependency-groups: docs,tests permissions: contents: write