From aa186e20936d2272f7285d0a1d1644c4ee010f3f Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Wed, 23 Oct 2024 10:07:51 -0700 Subject: [PATCH] ci: Skip updating the mdformat repo during the dependency updater workflow (#57) --- .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 e1a66fe..d7818d9 100644 --- a/.github/workflows/update-python-and-pre-commit-dependencies.yml +++ b/.github/workflows/update-python-and-pre-commit-dependencies.yml @@ -13,6 +13,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